mirror of
https://github.com/9001/copyparty.git
synced 2025-11-05 14:23:17 +00:00
mention the -nc option in the max-conn errormsg
This commit is contained in:
@@ -324,7 +324,8 @@ class HttpSrv(object):
|
|||||||
spins = 0
|
spins = 0
|
||||||
while self.ncli >= self.nclimax:
|
while self.ncli >= self.nclimax:
|
||||||
if not spins:
|
if not spins:
|
||||||
self.log(self.name, "at connection limit; waiting", 3)
|
t = "at connection limit (global-option 'nc'); waiting"
|
||||||
|
self.log(self.name, t, 3)
|
||||||
|
|
||||||
spins += 1
|
spins += 1
|
||||||
time.sleep(0.1)
|
time.sleep(0.1)
|
||||||
|
|||||||
Reference in New Issue
Block a user