1
0
Fork 0
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:
Mike Perham 2022-02-04 12:06:16 -08:00
parent 72f0dddac7
commit bb2f10f971

View file

@ -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