Browse Source

change sleep gap of main bot

master
filesite 1 day ago
parent
commit
336a214a82
  1. 2
      themes/beauty/controller/CommandController.php

2
themes/beauty/controller/CommandController.php

@ -270,7 +270,7 @@ eof; @@ -270,7 +270,7 @@ eof;
$stats = $this->updateScanStats($dirpath, $scanTotal, $scanIndex);
}
sleep(1);
sleep(rand(1, 5));
}
}

Loading…
Cancel
Save