mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-19 21:03:54 -07:00
Fixed $bb_cfg['pm_days_keep'] (#834)
This commit is contained in:
parent
b1403aa95b
commit
fbf5bf94f1
4 changed files with 24 additions and 1 deletions
|
@ -624,6 +624,7 @@ VALUES ('1', 'Attach maintenance', 'attach_maintenance.php', 'daily', '', '05:00
|
|||
'0',
|
||||
'1', '0'),
|
||||
('1', 'Logs cleanup', 'clean_log.php', 'daily', '', '05:00:00', '70', '', '', '', '1', '', '0', '1', '0'),
|
||||
('1', 'PM cleanup', 'clean_pm.php', 'daily', '', '05:00:00', '70', '', '', '', '1', '', '0', '1', '0'),
|
||||
('1', 'Tracker maintenance', 'tr_maintenance.php', 'daily', '', '05:00:00', '90', '', '', '', '1', '', '0', '1',
|
||||
'0'),
|
||||
('1', 'Clean dlstat', 'clean_dlstat.php', 'daily', '', '05:00:00', '100', '', '', '', '1', '', '0', '1', '0'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue