From 336a214a823f375439b15cc7541a4f43a2cb2de4 Mon Sep 17 00:00:00 2001 From: filesite Date: Thu, 20 Feb 2025 15:31:46 +0800 Subject: [PATCH] change sleep gap of main bot --- themes/beauty/controller/CommandController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/beauty/controller/CommandController.php b/themes/beauty/controller/CommandController.php index 78259c9..c2496f6 100644 --- a/themes/beauty/controller/CommandController.php +++ b/themes/beauty/controller/CommandController.php @@ -270,7 +270,7 @@ eof; $stats = $this->updateScanStats($dirpath, $scanTotal, $scanIndex); } - sleep(1); + sleep(rand(1, 5)); } }