about summary refs log tree commit diff
path: root/lib/mastodon/feeds_cli.rb
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-10-07 05:05:02 +0200
committerGitHub <noreply@github.com>2019-10-07 05:05:02 +0200
commit6c9b4f6b7710cbbdafcceafb59dfef0be6baba65 (patch)
tree88e324fcccd53e675f67810048757c0cc8cefffc /lib/mastodon/feeds_cli.rb
parent0336621c8026dcbe0d9d19358673cc175a18e613 (diff)
Fix tootctl not allocating enough database connections for main thread (#12097)
Diffstat (limited to 'lib/mastodon/feeds_cli.rb')
-rw-r--r--lib/mastodon/feeds_cli.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/mastodon/feeds_cli.rb b/lib/mastodon/feeds_cli.rb
index ea7c90dff..578ea15c5 100644
--- a/lib/mastodon/feeds_cli.rb
+++ b/lib/mastodon/feeds_cli.rb
@@ -27,7 +27,6 @@ module Mastodon
       dry_run = options[:dry_run] ? '(DRY RUN)' : ''
 
       if options[:all] || username.nil?
-
         processed, = parallelize_with_progress(Account.joins(:user).merge(User.active)) do |account|
           PrecomputeFeedService.new.call(account) unless options[:dry_run]
         end