diff options
author | drebs <drebs@riseup.net> | 2017-10-11 11:06:34 -0300 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2017-10-11 11:11:14 -0300 |
commit | 1cde86239f68ca8fa896ecf4ffc6b891eeb837e3 (patch) | |
tree | c7a054f96cb784f2dec3df5d33a54a8d35f356c1 /src/leap/soledad/server/__init__.py | |
parent | f39a7f84b0f053a4e2483ee5d5ee5367683c40ee (diff) |
[bug] limit concurrent blob writes in server
If there's no limit to the number of concurrent blob writes in the
server, the maximum limit of open files will eventually be reached, and
the processing of requests will start crashing. This commit adds
a semaphore to limit the number of concurrent writes in the server.
Related: #8973
Diffstat (limited to 'src/leap/soledad/server/__init__.py')
0 files changed, 0 insertions, 0 deletions