no load-balancer spam when -q

This commit is contained in:
ed 2021-03-28 03:06:52 +02:00
parent 431f20177a
commit 28dce13776

View file

@ -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()