mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-26 09:09:24 -05: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({})
|
defer.returnValue({})
|
||||||
|
|
||||||
rows = []
|
rows = []
|
||||||
N = 2
|
N = 200
|
||||||
for i in range(1 + len(events) / N):
|
for i in range(1 + len(events) / N):
|
||||||
evs = events[i*N:(i + 1)*N]
|
evs = events[i*N:(i + 1)*N]
|
||||||
if not evs:
|
if not evs:
|
||||||
|
Loading…
Reference in New Issue
Block a user