Browse Source

控制台缓存时间

ANG YU 5 years ago
parent
commit
213f92cbbf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/cache.php

+ 1 - 1
config/cache.php

@@ -13,7 +13,7 @@ return [
         'forever' =>null,       //永久
         'forever' =>null,       //永久
 
 
         'owners'=>20,           //模型Owner
         'owners'=>20,           //模型Owner
-        'orderCountingRecord'=>3600,           //模型Owner
+        'orderCountingRecord'=>1800,           //模型Owner
     ],
     ],
     /*
     /*
     |--------------------------------------------------------------------------
     |--------------------------------------------------------------------------