mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
chore: update hamster script
This commit is contained in:
parent
d1d523e1dc
commit
d4debddc46
1 changed files with 0 additions and 3 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue