wesmiler пре 5 година
родитељ
комит
50cc4f4c6e
1 измењених фајлова са 0 додато и 4 уклоњено
  1. 0 4
      data/config/app.php

+ 0 - 4
data/config/app.php

@@ -3,10 +3,6 @@ return [
     // 默认模块名
     'default_module'         => 'index',
     'exception_handle'         => '\\app\\index\\exception\\Http',
-    'html_cache_on' => true, // 开启静态缓存
-    'html_cache_time' => 7200, // 全局静态缓存有效期(秒)
-    'html_file_suffix' => '.shtml', // 设置静态缓存文件后缀
-    'html_cache_compile_type' => 'file',//缓存存储驱动
     
 ];