Skip to content

Commit

Permalink
Remove first handler update as queue update is blocked (#974)
Browse files Browse the repository at this point in the history
  • Loading branch information
lboorman authored Nov 16, 2024
1 parent c1bfc2f commit 1de6896
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def f(fieldname):
self.compression = "cbor-raw"

with self.handler_lock:
self.handler = self.handler.set_throttle_rate(self.throttle_rate)
self.handler.set_throttle_rate(self.throttle_rate)
self.handler = self.handler.set_queue_length(self.queue_length)


Expand Down

0 comments on commit 1de6896

Please sign in to comment.