Bläddra i källkod

拉长等待时间

shish 4 år sedan
förälder
incheckning
dd35e9d66d
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      common/components/util.php

+ 1 - 1
common/components/util.php

@@ -402,7 +402,7 @@ class util
         if (!empty($has)) {
         if (!empty($has)) {
             util::fail('请稍候...');
             util::fail('请稍候...');
         }
         }
-        Yii::$app->redis->executeCommand('SETEX', [$cacheKey, 4, 'has']);
+        Yii::$app->redis->executeCommand('SETEX', [$cacheKey, 30, 'has']);
     }
     }
 
 
 }
 }