Skip to content

Commit 52f8a8d

Browse files
author
Bohdan Korablov
committed
MAGETWO-87025: Generate SCD in Production mode
1 parent bd72ae1 commit 52f8a8d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

lib/internal/Magento/Framework/Config/ConfigOptionsListConstants.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,14 @@ class ConfigOptionsListConstants
3636
const CONFIG_PATH_DB_LOGGER_LOG_EVERYTHING = 'db_logger/log_everything';
3737
const CONFIG_PATH_DB_LOGGER_QUERY_TIME_THRESHOLD = 'db_logger/query_time_threshold';
3838
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';
4039
/**#@-*/
4140

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+
4247
/**#@+
4348
* Input keys for the options
4449
*/

0 commit comments

Comments
 (0)