参数调优

This commit is contained in:
shmilylty
2019-08-11 20:49:38 +08:00
parent 903b18a058
commit 33d7b6cc02
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -135,8 +135,8 @@ def get_semaphore():
"""
system = platform.system()
if system == 'Windows':
return 500
return 400
elif system == 'Linux':
return 1000
return 800
elif system == 'Darwin':
return 1000
return 800