mirror of
https://github.com/mastodon/mastodon.git
synced 2025-03-14 17:12:59 +01:00
Align IP retention rake with default of 1 year
This commit is contained in:
parent
0d47437c21
commit
637bea5d32
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ namespace :mastodon do
|
|||
|
||||
ip_retention_period_days = prompt.ask('How long should we store IP addresses in the database, for moderation purposes? (in days)') do |q|
|
||||
q.required true
|
||||
q.default 31
|
||||
q.default 365
|
||||
q.convert :int
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue