Skip to content

Commit

Permalink
Update base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alextreme authored Oct 3, 2023
1 parent c773b10 commit 0c940bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/open_inwoner/conf/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,8 +443,8 @@
LOG_OUTGOING_REQUESTS_DB_SAVE = config("LOG_OUTGOING_REQUESTS_DB_SAVE", default=True)
LOG_OUTGOING_REQUESTS_RESET_DB_SAVE_AFTER = None # reset config after $ minutes
LOG_OUTGOING_REQUESTS_MAX_AGE = config(
"LOG_OUTGOING_REQUESTS_MAX_AGE", default=1
) # clean logs after 1 day
"LOG_OUTGOING_REQUESTS_MAX_AGE", default=30
) # clean logs after 30 days

#
# AUTH settings - user accounts, passwords, backends...
Expand Down

0 comments on commit 0c940bf

Please sign in to comment.