Skip to content

Commit

Permalink
Document that default IP retention is now 2 days.
Browse files Browse the repository at this point in the history
Also add a brief description of this setting.

The change in retention is in the code repo in
mastodon/mastodon#22393
so this commit should only be merged into main if that pull
request is also merged.
  • Loading branch information
eobrain committed Dec 27, 2022
1 parent d356c6c commit 3796ddc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion content/en/admin/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 people’s privacy.

Defaults to `172800` (2 days)


#### `SESSION_RETENTION_PERIOD`

Expand Down

0 comments on commit 3796ddc

Please sign in to comment.