mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update cron_run.php
This commit is contained in:
parent
41c30b7f49
commit
f03414edfa
@ -16,7 +16,8 @@ DB()->query("
|
|||||||
, tmp_table_size = 80*1024*1024
|
, tmp_table_size = 80*1024*1024
|
||||||
, group_concat_max_len = 1*1024*1024
|
, group_concat_max_len = 1*1024*1024
|
||||||
, wait_timeout = 6*100
|
, wait_timeout = 6*100
|
||||||
, max_allowed_packet = 16*1024*1024
|
, interactive_timeout = 6*100
|
||||||
|
, max_allowed_packet = 100*1024*1024
|
||||||
");
|
");
|
||||||
|
|
||||||
// Restore vars at shutdown
|
// Restore vars at shutdown
|
||||||
@ -31,6 +32,7 @@ DB()->add_shutdown_query("
|
|||||||
, tmp_table_size = DEFAULT
|
, tmp_table_size = DEFAULT
|
||||||
, group_concat_max_len = DEFAULT
|
, group_concat_max_len = DEFAULT
|
||||||
, wait_timeout = DEFAULT
|
, wait_timeout = DEFAULT
|
||||||
|
, interactive_timeout = DEFAULT
|
||||||
, max_allowed_packet = DEFAULT
|
, max_allowed_packet = DEFAULT
|
||||||
");
|
");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user