From: Michael Date: Sun, 1 Jan 2023 15:37:47 +0000 (+0000) Subject: Close the database X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=12fac6e089e273be4ba48c96c4f25727c96de4e2;p=friendica.git Close the database --- diff --git a/src/Core/Worker/Cron.php b/src/Core/Worker/Cron.php index d45592f37f..e358ccd853 100644 --- a/src/Core/Worker/Cron.php +++ b/src/Core/Worker/Cron.php @@ -192,6 +192,8 @@ class Cron } } + DBA::close($deliveries); + // Optimizing this table only last seconds if (DI::config()->get('system', 'optimize_tables')) { Logger::info('Optimize start');