forked from aegis/pyserveX
increase server backlog to improve connection handling
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ http:
|
||||
server:
|
||||
host: 0.0.0.0
|
||||
port: 8000
|
||||
backlog: 5
|
||||
backlog: 1000
|
||||
default_root: false
|
||||
|
||||
ssl:
|
||||
|
||||
Reference in New Issue
Block a user