mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
no load-balancer spam when -q
This commit is contained in:
parent
431f20177a
commit
28dce13776
|
@ -51,7 +51,7 @@ class BrokerMp(object):
|
|||
self.procs.append(proc)
|
||||
proc.start()
|
||||
|
||||
if True:
|
||||
if not self.args.q:
|
||||
thr = threading.Thread(target=self.debug_load_balancer)
|
||||
thr.daemon = True
|
||||
thr.start()
|
||||
|
|
Loading…
Reference in a new issue