参数优化

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()
if system == 'Windows':
return 400
return 300
elif system == 'Linux':
return 800
elif system == 'Darwin':