mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-18 14:49:16 -04:00
Fix _notify_empty typo
This commit is contained in:
parent
28b338ed9b
commit
17b54389fe
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ class BackgroundFileConsumer(object):
|
||||||
if self.bytes_queue.qsize() <= self._RESUME_ON_QUEUE_SIZE:
|
if self.bytes_queue.qsize() <= self._RESUME_ON_QUEUE_SIZE:
|
||||||
reactor.callFromThread(self._resume_paused_producer)
|
reactor.callFromThread(self._resume_paused_producer)
|
||||||
|
|
||||||
if self._notify_empty and self.bytes_queue.empty():
|
if self._notify_empty_deferred and self.bytes_queue.empty():
|
||||||
reactor.callFromThread(self._notify_empty)
|
reactor.callFromThread(self._notify_empty)
|
||||||
|
|
||||||
bytes = self.bytes_queue.get()
|
bytes = self.bytes_queue.get()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue