diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-04-03 10:51:32 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-04-03 10:51:32 +0100 |
commit | fcc2de7a0c0c7a02b935c4b35394f228a5d5a304 (patch) | |
tree | 7e25d748865df27d5e56703b0736adb548770404 /synapse/storage | |
parent | review comment (diff) | |
download | synapse-fcc2de7a0c0c7a02b935c4b35394f228a5d5a304.tar.xz |
Update docstring per review comments
Diffstat (limited to 'synapse/storage')
-rw-r--r-- | synapse/storage/background_updates.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/background_updates.py b/synapse/storage/background_updates.py index 510963eb7f..59f3394b0a 100644 --- a/synapse/storage/background_updates.py +++ b/synapse/storage/background_updates.py @@ -179,7 +179,7 @@ class BackgroundUpdater(object): desired_duration_ms(float): How long we want to spend updating. Returns: - True if there is no more work to do, otherwise False + True if we have finished running all the background updates, otherwise False """ def get_background_updates_txn(txn): |