mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 17:12:13 -06:00
this is just noise
This commit is contained in:
parent
131b6f4b9a
commit
aea3843cf2
|
@ -397,7 +397,6 @@ class SvcHub(object):
|
||||||
|
|
||||||
def check_mp_enable(self):
|
def check_mp_enable(self):
|
||||||
if self.args.j == 1:
|
if self.args.j == 1:
|
||||||
self.log("svchub", "multiprocessing disabled by argument -j 1")
|
|
||||||
return False
|
return False
|
||||||
|
|
||||||
if mp.cpu_count() <= 1:
|
if mp.cpu_count() <= 1:
|
||||||
|
|
Loading…
Reference in a new issue