mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-21 09:05:42 +03:00
Lower fetch bound further
This commit is contained in:
parent
218a4ffac0
commit
7c1aee2427
1 changed files with 1 additions and 1 deletions
|
@ -454,7 +454,7 @@ class DatabaseOutageTestCase(unittest.HomeserverTestCase):
|
|||
event_deferreds = []
|
||||
# Limit the number of event_ids otherwise the total stack size grows too
|
||||
# large for our custom twisted patch.
|
||||
for event_id in self.event_ids[0:17]:
|
||||
for event_id in self.event_ids[0:10]:
|
||||
event_deferreds.append(ensureDeferred(self.store.get_event(event_id)))
|
||||
|
||||
# We should have maxed out on event fetcher threads
|
||||
|
|
Loading…
Reference in a new issue