mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 17:46:08 +03:00
review comment
This commit is contained in:
parent
b413ab8aa6
commit
af47264b78
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ class BackgroundUpdater(object):
|
|||
if self._all_done:
|
||||
return True
|
||||
|
||||
# obviously, if we have things in our queue, we're not done.
|
||||
# obviously, if we are currently processing an update, we're not done.
|
||||
if self._current_background_update:
|
||||
return False
|
||||
|
||||
|
|
Loading…
Reference in a new issue