1
0
Fork 0
mirror of synced 2024-07-05 14:40:42 +12:00

chore: update hamster script

This commit is contained in:
Christy Jacob 2023-09-26 00:01:42 +04:00
parent d1d523e1dc
commit d4debddc46

View file

@ -314,9 +314,6 @@ class Hamster extends Action
$delay = $next->getTimestamp() - $now->getTimestamp();
}
$sleep = 1000;
$delay = 0;
Console::log('[' . $now->format("Y-m-d H:i:s.v") . '] Delaying for ' . $delay . ' setting loop to [' . $next->format("Y-m-d H:i:s.v") . ']');
Console::loop(function () use ($pools, $cache, $dbForConsole, $sleep) {