mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-08 19:35:11 +01:00
Align IP retention rake with default of 1 year
This commit is contained in:
parent
0d47437c21
commit
637bea5d32
@ -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…
Reference in New Issue
Block a user