mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
updates to multi region sync
This commit is contained in:
@@ -37,8 +37,6 @@ class EdgeSync extends Action
|
||||
Console::loop(function () use ($interval, $dbForConsole, $queueForSyncOutDelivery) {
|
||||
$time = DateTime::now();
|
||||
|
||||
Console::success("[{$time}] New task every {$interval} seconds");
|
||||
|
||||
$chunk = 0;
|
||||
$limit = 500;
|
||||
$sum = $limit;
|
||||
|
||||
Reference in New Issue
Block a user