参数优化

This commit is contained in:
shmilylty
2019-08-13 19:13:08 +08:00
parent 78832b4790
commit f223d9cf1b
+1 -1
View File
@@ -135,7 +135,7 @@ def get_semaphore():
""" """
system = platform.system() system = platform.system()
if system == 'Windows': if system == 'Windows':
return 400 return 300
elif system == 'Linux': elif system == 'Linux':
return 800 return 800
elif system == 'Darwin': elif system == 'Darwin':