mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-02 21:34:49 -04:00
Up maxPersistentPerHost count
This commit is contained in:
parent
086df80790
commit
11f51e6ded
2 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,7 @@ class SimpleHttpClient(object):
|
|||
# BrowserLikePolicyForHTTPS which will do regular cert validation
|
||||
# 'like a browser'
|
||||
pool = HTTPConnectionPool(reactor)
|
||||
pool.maxPersistentPerHost = 10
|
||||
self.agent = Agent(reactor, pool)
|
||||
self.version_string = hs.version_string
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue