diff options
author | Erik Johnston <erik@matrix.org> | 2015-06-22 17:17:25 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-06-22 17:17:25 +0100 |
commit | a4ad9b95567cc821b493e4b73477ed9f7cba9932 (patch) | |
tree | cb32d84b49f9e747d9dc99a1291e1d77eebd432b | |
parent | Implement persist_event*s* (diff) | |
download | synapse-a4ad9b95567cc821b493e4b73477ed9f7cba9932.tar.xz |
Only persist a maximum of 100 events at a time
-rw-r--r-- | synapse/storage/events.py | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/synapse/storage/events.py b/synapse/storage/events.py |