By default don't archive media

merge-requests/30/head
Bob Mottram 2022-08-29 15:18:21 +01:00
parent 209c493306
commit f667c54050
1 changed files with 1 additions and 1 deletions

View File

@ -575,7 +575,7 @@ def _command_options() -> None:
default=None, default=None,
help='Archive old files to the given directory') help='Archive old files to the given directory')
parser.add_argument('--archiveweeks', dest='archiveWeeks', type=int, parser.add_argument('--archiveweeks', dest='archiveWeeks', type=int,
default=4, default=0,
help='Specify the number of weeks after which ' + help='Specify the number of weeks after which ' +
'media will be archived') 'media will be archived')
parser.add_argument('--maxposts', dest='archiveMaxPosts', type=int, parser.add_argument('--maxposts', dest='archiveMaxPosts', type=int,