mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
parent
4dc5c4633e
commit
558a3e5215
@ -15,7 +15,6 @@ DB()->query("
|
|||||||
, sort_buffer_size = 4*1024*1024
|
, sort_buffer_size = 4*1024*1024
|
||||||
, 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
|
|
||||||
");
|
");
|
||||||
|
|
||||||
// Restore vars at shutdown
|
// Restore vars at shutdown
|
||||||
@ -29,7 +28,6 @@ DB()->add_shutdown_query("
|
|||||||
, sort_buffer_size = DEFAULT
|
, sort_buffer_size = DEFAULT
|
||||||
, tmp_table_size = DEFAULT
|
, tmp_table_size = DEFAULT
|
||||||
, group_concat_max_len = DEFAULT
|
, group_concat_max_len = DEFAULT
|
||||||
, wait_timeout = DEFAULT
|
|
||||||
");
|
");
|
||||||
|
|
||||||
// $cron_jobs obtained in cron_check.php
|
// $cron_jobs obtained in cron_check.php
|
||||||
|
Loading…
Reference in New Issue
Block a user