tongshanglei пре 2 година
родитељ
комит
2d987ab7b7
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/common.php

+ 1 - 1
app/common.php

@@ -1394,7 +1394,7 @@ use think\facade\Cache;
         $redis_info= $redis->hget('vehicle_table_count', $whereStr);
         if($redis_info){
             $info=json_decode($redis_info,true);
-            if((time()-$info['time'])<24*3600){
+            if((time()-$info['time'])<600){
                 return $info['count'];
             }
         }