Revert "Minor improvements (#1531)"

This reverts commit a1d8f2742a.
This commit is contained in:
Roman Kelesidis 2024-07-08 11:49:31 +07:00
commit ccf6ba3099
3 changed files with 2 additions and 4 deletions

View file

@ -24,7 +24,6 @@ DB()->query("
, sort_buffer_size = 4*1024*1024
, tmp_table_size = 80*1024*1024
, group_concat_max_len = 1*1024*1024
, wait_timeout = 6*100
");
// Restore vars at shutdown
@ -38,7 +37,6 @@ DB()->add_shutdown_query("
, sort_buffer_size = DEFAULT
, tmp_table_size = DEFAULT
, group_concat_max_len = DEFAULT
, wait_timeout = DEFAULT
");
// $cron_jobs obtained in cron_check.php