mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 12:57:50 +08:00
参数调优
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user