mirror of
https://github.com/element-hq/synapse.git
synced 2026-06-07 11:02:21 +00:00
Correctly handle total/remaining counts in the presence of sent_transasctions table
This commit is contained in:
@@ -454,7 +454,7 @@ class Porter(object):
|
||||
|
||||
total_count = remaining_count + inserted_rows
|
||||
|
||||
defer.returnValue((next_chunk, remaining_count, total_count))
|
||||
defer.returnValue((next_chunk, inserted_rows, total_count))
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def _get_remaining_count_to_port(self, table, next_chunk):
|
||||
|
||||
Reference in New Issue
Block a user