File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
lib/internal/Magento/Framework/Config Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,14 @@ class ConfigOptionsListConstants
36
36
const CONFIG_PATH_DB_LOGGER_LOG_EVERYTHING = 'db_logger/log_everything ' ;
37
37
const CONFIG_PATH_DB_LOGGER_QUERY_TIME_THRESHOLD = 'db_logger/query_time_threshold ' ;
38
38
const CONFIG_PATH_DB_LOGGER_INCLUDE_STACKTRACE = 'db_logger/include_stacktrace ' ;
39
- const CONFIG_PATH_SCD_ON_DEMAND_IN_PRODUCTION = 'static_content_on_demand_in_production ' ;
40
39
/**#@-*/
41
40
41
+ /**
42
+ * Parameter for disabling/enabling static content deployment on demand in production mode
43
+ * Can contains 0/1 value
44
+ */
45
+ const CONFIG_PATH_SCD_ON_DEMAND_IN_PRODUCTION = 'static_content_on_demand_in_production ' ;
46
+
42
47
/**#@+
43
48
* Input keys for the options
44
49
*/
You can’t perform that action at this time.
0 commit comments