Skip to content

Commit

Permalink
Update env.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis authored Jan 9, 2025
1 parent 34e0497 commit 0b28aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wis2box-management/wis2box/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
STORAGE_DATA_RETENTION_DAYS = None

try:
STORAGE_API_RETENTION_DAYS = int(os.environ.get('WIS2BOX_STORAGE_API_RETENTION_DAYS')) # noqa
STORAGE_API_RETENTION_DAYS = int(os.environ.get('WIS2BOX_STORAGE_API_RETENTION_DAYS', 100)) # noqa
except TypeError:
STORAGE_API_RETENTION_DAYS = None

Expand Down

0 comments on commit 0b28aa2

Please sign in to comment.