mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Change IP_RETENTION_PERIOD to reflect default 31 days in setup
This commit is contained in:
parent
471e0ab707
commit
e32f82b36a
1 changed files with 1 additions and 1 deletions
|
@ -73,5 +73,5 @@ S3_ALIAS_HOST=files.example.com
|
|||
# Make sure to modify the scheduling of ip_cleanup_scheduler in config/sidekiq.yml
|
||||
# to be less than daily if you lower IP_RETENTION_PERIOD below two days (172800).
|
||||
# -----------------------
|
||||
IP_RETENTION_PERIOD=31556952
|
||||
IP_RETENTION_PERIOD=2678400
|
||||
SESSION_RETENTION_PERIOD=31556952
|
||||
|
|
Loading…
Reference in a new issue