Add option to control how many seconds to wait before compiling updated template file

This commit is contained in:
Kijin Sung 2023-06-18 23:01:59 +09:00
parent c2f0e4fad9
commit de2a9288f2
6 changed files with 22 additions and 1 deletions

View file

@ -77,6 +77,7 @@ return array(
'manager_layout' => 'module',
'minify_scripts' => 'common',
'concat_scripts' => 'none',
'delay_compile' => 0,
'jquery_version' => 2,
'server_push' => false,
'use_gzip' => false,