diff --git a/lib/tasks/mastodon.rake b/lib/tasks/mastodon.rake index 40a0e567e38..e6da7f1ff60 100644 --- a/lib/tasks/mastodon.rake +++ b/lib/tasks/mastodon.rake @@ -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