mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 12:58:06 +01:00
Clarify IP_RETENTION_PERIOD caveats in .env.production.sample
This commit is contained in:
parent
3f0ce80867
commit
1afaba9639
1 changed files with 2 additions and 3 deletions
|
@ -288,9 +288,8 @@ MAX_REMOTE_EMOJI_SIZE=204800
|
|||
|
||||
# IP retention period
|
||||
# If undefined, the value of 31556952 (1 average year) will be used.
|
||||
# Keep in mind that this is period will not be completely accurate
|
||||
# and may have a delay of up to 24 hours on vanilla and glitch-soc Mastodon
|
||||
# due to the scheduling of ip_cleanup_scheduler in sidekiq.yml.
|
||||
# You should also change the scheduling (by default, every 24 hours) of ip_cleanup_scheduler in config/sidekiq.yml
|
||||
# if you change this value to avoid IP addresses being kept for longer than intended.
|
||||
# Time unit in seconds
|
||||
IP_RETENTION_PERIOD=31556952
|
||||
|
||||
|
|
Loading…
Reference in a new issue