This commit is contained in:
Brendan Abolivier 2019-09-23 17:23:49 +01:00
parent a2a09d42dd
commit 323d685bf7
No known key found for this signature in database
GPG Key ID: 1E015C145F1916CD
1 changed files with 1 additions and 1 deletions

View File

@ -862,7 +862,7 @@ class RegistrationStore(
if batch_size > len(rows): if batch_size > len(rows):
return (True, rows_processed_nb) return (True, rows_processed_nb)
else: else:
return (True, rows_processed_nb) return (False, rows_processed_nb)
end, nb_processed = yield self.runInteraction( end, nb_processed = yield self.runInteraction(
"users_set_deactivated_flag", _background_update_set_deactivated_flag_txn "users_set_deactivated_flag", _background_update_set_deactivated_flag_txn