From bb6ce516efbe385ef4150c255914316e00f7b7eb Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Mon, 8 Jul 2024 11:46:07 +0700 Subject: [PATCH] Revert "Update cron_run.php" This reverts commit f03414edfaf76ba8c76a49a06493c7849a304ba6. --- library/includes/cron/cron_run.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/library/includes/cron/cron_run.php b/library/includes/cron/cron_run.php index d5b32ef8..4fbed760 100644 --- a/library/includes/cron/cron_run.php +++ b/library/includes/cron/cron_run.php @@ -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 ");