diff options
author | Erik Johnston <erik@matrix.org> | 2018-05-17 15:09:31 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2018-05-17 15:09:31 +0100 |
commit | d4e4a7344f2d530a3cc41b12e05ca9bb494035fd (patch) | |
tree | cd080d2bfdc7a110fe0496e86d076674d12831d1 | |
parent | Improve documentation and comments (diff) | |
download | synapse-d4e4a7344f2d530a3cc41b12e05ca9bb494035fd.tar.xz |
Increase range of rebalance interval
This both simplifies the code, and ensures that the target node is roughly in the center of the range rather than at an end.
-rw-r--r-- | synapse/storage/chunk_ordered_table.py | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/synapse/storage/chunk_ordered_table.py b/synapse/storage/chunk_ordered_table.py |