Skip to content

Commit

Permalink
Update settings.py comment (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronvarghese authored Feb 8, 2022
1 parent 3a4cdbf commit 2ef053c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbbackup/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
TMP_FILE_MAX_SIZE = getattr(settings, 'DBBACKUP_TMP_FILE_MAX_SIZE', 10 * 1024 * 1024)
TMP_FILE_READ_SIZE = getattr(settings, 'DBBACKUP_TMP_FILE_READ_SIZE', 1024 * 1000)

# Days to keep
# Number of old backup files to keep
CLEANUP_KEEP = getattr(settings, 'DBBACKUP_CLEANUP_KEEP', 10)
CLEANUP_KEEP_MEDIA = getattr(settings, 'DBBACKUP_CLEANUP_KEEP_MEDIA', CLEANUP_KEEP)
CLEANUP_KEEP_FILTER = getattr(settings, 'DBBACKUP_CLEANUP_KEEP_FILTER', lambda x: False)
Expand Down

0 comments on commit 2ef053c

Please sign in to comment.