mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 10:37:30 -07:00
Minor improvements (#1531)
* Minor improvements * Update CHANGELOG.md * Update cron_run.php
This commit is contained in:
parent
137865f3f3
commit
a1d8f2742a
3 changed files with 4 additions and 2 deletions
|
@ -24,6 +24,7 @@ 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
|
||||
|
@ -37,6 +38,7 @@ 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue