mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Err, we probably want a bigger limit
This commit is contained in:
parent
f6f902d459
commit
ab78a8926e
@ -952,7 +952,7 @@ class SQLBaseStore(object):
|
||||
defer.returnValue({})
|
||||
|
||||
rows = []
|
||||
N = 2
|
||||
N = 200
|
||||
for i in range(1 + len(events) / N):
|
||||
evs = events[i*N:(i + 1)*N]
|
||||
if not evs:
|
||||
|
Loading…
Reference in New Issue
Block a user