Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-29 | [feature] add bandwidth throttling to the client | drebs | |
Intercept the creation of the protocol factory in the HTTP connection pool to use twisted.protocols.policies.ThrottlingFactory and control the incoming and outgoing bandwidth. The factory only controls one connection, so when throttling we limit the number of connections of the pool to one per host. This way, throttling happens in a per-host basis. Closes: #8931 | |||
2017-11-19 | [feature] allow setting couchdb url from environment | drebs | |
2017-09-15 | [doc] move environment variables to reference section | drebs | |