Limit number of parallel connections

This commit is contained in:
Unrud 2016-06-10 14:36:44 +02:00
parent e438d9fd4b
commit 83ea9da2b4
4 changed files with 22 additions and 2 deletions

View file

@ -34,6 +34,7 @@ INITIAL_CONFIG = {
"hosts": "0.0.0.0:5232",
"daemon": "False",
"pid": "",
"max_connections": "20",
"max_content_length": "10000000",
"timeout": "10",
"ssl": "False",