shish пре 2 година
родитељ
комит
99fb1e9473
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app-ghs/controllers/RenewController.php

+ 1 - 1
app-ghs/controllers/RenewController.php

@@ -64,7 +64,7 @@ class RenewController extends BaseController
             }
             }
         } else {
         } else {
             if ($mainId == 7704) {
             if ($mainId == 7704) {
-                $time = 60;
+                $time = 10;
             }
             }
         }
         }
         Yii::$app->redis->executeCommand('SETEX', [$cacheKey, $time, 'has']);
         Yii::$app->redis->executeCommand('SETEX', [$cacheKey, $time, 'has']);