不使用aiodns

This commit is contained in:
shmilylty
2019-10-20 23:42:24 +08:00
parent 451992f07c
commit 2dbb5a1097
5 changed files with 38 additions and 38 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ def get_semaphore():
"""
system = platform.system()
if system == 'Windows':
return 300
return 800
elif system == 'Linux':
return 800
elif system == 'Darwin':