Revert "Update cron_run.php"

This reverts commit f03414edfa.
This commit is contained in:
Roman Kelesidis 2024-07-08 11:46:07 +07:00
parent f03414edfa
commit bb6ce516ef

View File

@ -16,8 +16,7 @@ DB()->query("
, tmp_table_size = 80*1024*1024
, group_concat_max_len = 1*1024*1024
, wait_timeout = 6*100
, interactive_timeout = 6*100
, max_allowed_packet = 100*1024*1024
, max_allowed_packet = 16*1024*1024
");
// Restore vars at shutdown
@ -32,7 +31,6 @@ DB()->add_shutdown_query("
, tmp_table_size = DEFAULT
, group_concat_max_len = DEFAULT
, wait_timeout = DEFAULT
, interactive_timeout = DEFAULT
, max_allowed_packet = DEFAULT
");