mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
mention the -nc option in the max-conn errormsg
This commit is contained in:
parent
66a5bf365b
commit
153d240d0d
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue