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