summaryrefslogtreecommitdiff
path: root/docs/reference/environment_variables.rst
AgeCommit message (Collapse)Author
2017-11-29[feature] add bandwidth throttling to the clientdrebs
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 environmentdrebs
2017-09-15[doc] move environment variables to reference sectiondrebs