Close the database

This commit is contained in:
Michael 2023-01-01 15:37:47 +00:00
parent 360614d2cf
commit 12fac6e089
1 changed files with 2 additions and 0 deletions

View 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');