]> git.mxchange.org Git - friendica.git/commitdiff
Close the database
authorMichael <heluecht@pirati.ca>
Sun, 1 Jan 2023 15:37:47 +0000 (15:37 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 1 Jan 2023 15:37:47 +0000 (15:37 +0000)
src/Core/Worker/Cron.php

index d45592f37f9f3260f4220d89b7dfa5028d089f0d..e358ccd853bace93e4a7d6f46fda1c480731498b 100644 (file)
@@ -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');