mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Update remove_parts_without_releases.php
This commit is contained in:
@@ -24,7 +24,7 @@ define('DISPLAY', true);
|
||||
// Time limit on releases to remove in hours
|
||||
// example: 24 for 1 day old releases (based on add date)
|
||||
// false or 0 to disable
|
||||
define('LIMIT', 3);
|
||||
define('LIMIT', 36);
|
||||
|
||||
// The number of parts that should be grouped when removing
|
||||
define('QUERYLIMIT', 10000);
|
||||
|
||||
Reference in New Issue
Block a user