mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Fix another pipeline block warning
This commit is contained in:
parent
72f0dddac7
commit
bb2f10f971
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ module Sidekiq
|
|||
[current_page, total_size, items]
|
||||
when "list"
|
||||
total_size, items = conn.multi { |transaction|
|
||||
conn.llen(key)
|
||||
transaction.llen(key)
|
||||
if rev
|
||||
transaction.lrange(key, -ending - 1, -starting - 1)
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue