From 8796e60285a5707cf252e96a3fd2520841991e50 Mon Sep 17 00:00:00 2001 From: as2252258 Date: Sun, 10 Jul 2022 00:31:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DatabasesProviders.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DatabasesProviders.php b/DatabasesProviders.php index e80d9b4..31bb4b6 100644 --- a/DatabasesProviders.php +++ b/DatabasesProviders.php @@ -90,7 +90,7 @@ class DatabasesProviders extends Providers */ public function check(OnTaskerStart|OnWorkerStart $start): void { - Timer::tick(50 * 1000, static function () use ($start) { + Timer::tick(50000, static function () use ($start) { $databases = Config::get('databases.connections', []); $valid = 0; $count = 0;