Document that default IP retention is now 2 days.

Also add a brief description of this setting.

The change in retention is in the code repo in
https://github.com/mastodon/mastodon/pull/22393
so this commit should only be merged into main if that pull
request is also merged.
This commit is contained in:
Eamonn O'Brien-Strain 2022-12-26 18:47:57 -08:00
parent d356c6caac
commit 3796ddc288
1 changed files with 4 additions and 1 deletions

View File

@ -634,7 +634,10 @@ Defaults to `1.1`
#### `IP_RETENTION_PERIOD`
Defaults to `31536000` (1 year)
This controls how long (in seconds) the server stores the IP addresses of people connecting to the server. The shorter this period the better it is for peoples privacy.
Defaults to `172800` (2 days)
#### `SESSION_RETENTION_PERIOD`