mirror of
https://github.com/nzbget/nzbget.git
synced 2026-08-07 07:52:06 -04:00
options "DeleteCleanupDisk" and "NzbCleanupDisk" are now active by default (in the example config file)
This commit is contained in:
1 parent
1714e2331c
commit
cc4b6acd14
1 file changed
+2
-2
+2
-2
@@ -653,7 +653,7 @@ DiskSpace=250
|
||||
# <ParCleanupQueue> is disabled or if the program was interrupted during
|
||||
# parcheck and later restarted without reloading of post queue (option
|
||||
# <ReloadPostQueue> disabled).
|
||||
DeleteCleanupDisk=no
|
||||
DeleteCleanupDisk=yes
|
||||
|
||||
# Keep the history of downloaded nzb-files (days).
|
||||
#
|
||||
@@ -1105,7 +1105,7 @@ ParCleanupQueue=yes
|
||||
#
|
||||
# Enable this option for automatic deletion of nzb-file from incoming directory
|
||||
# after successful check/repair.
|
||||
NzbCleanupDisk=no
|
||||
NzbCleanupDisk=yes
|
||||
|
||||
# Files to delete after successful check/repair.
|
||||
#
|
||||
|
||||
Reference in new issue
Block a user