From a83d125f54544f399209aacda447a7b66b4b1fd5 Mon Sep 17 00:00:00 2001 From: loks0n <22452787+loks0n@users.noreply.github.com> Date: Thu, 13 Jun 2024 13:34:10 +0100 Subject: [PATCH] chore: adjust timers --- src/Appwrite/Platform/Tasks/ScheduleFunctions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Appwrite/Platform/Tasks/ScheduleFunctions.php b/src/Appwrite/Platform/Tasks/ScheduleFunctions.php index afde51f23..fd417ee27 100644 --- a/src/Appwrite/Platform/Tasks/ScheduleFunctions.php +++ b/src/Appwrite/Platform/Tasks/ScheduleFunctions.php @@ -11,8 +11,8 @@ use Utopia\Pools\Group; class ScheduleFunctions extends ScheduleBase { - public const UPDATE_TIMER = 10; // seconds - public const ENQUEUE_TIMER = 60; // seconds + public const UPDATE_TIMER = 3; // seconds + public const ENQUEUE_TIMER = 4; // seconds private ?float $lastEnqueueUpdate = null;