From c75b13b89d5ae69551a22c981ac14d9cf9ebfd70 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Mon, 8 Jul 2024 11:46:12 +0700 Subject: [PATCH] Revert "Update cron_run.php" This reverts commit 41c30b7f494d12aaf5d839e11fce26b2732b3cc5. --- library/includes/cron/cron_run.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/library/includes/cron/cron_run.php b/library/includes/cron/cron_run.php index 4fbed760..8b6b7eca 100644 --- a/library/includes/cron/cron_run.php +++ b/library/includes/cron/cron_run.php @@ -16,7 +16,6 @@ DB()->query(" , tmp_table_size = 80*1024*1024 , group_concat_max_len = 1*1024*1024 , wait_timeout = 6*100 - , max_allowed_packet = 16*1024*1024 "); // Restore vars at shutdown @@ -31,7 +30,6 @@ DB()->add_shutdown_query(" , tmp_table_size = DEFAULT , group_concat_max_len = DEFAULT , wait_timeout = DEFAULT - , max_allowed_packet = DEFAULT "); // $cron_jobs obtained in cron_check.php