We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27c8873 commit 6758e37Copy full SHA for 6758e37
db/conn.py
@@ -76,7 +76,7 @@ def pushValidateResult(proxy, success, latency):
76
success : True/False,验证是否成功
77
latency : 本次验证所用的时间(单位毫秒)
78
"""
79
- time.sleep(0.1) # 为了解决并发读写饿死的问题
+ time.sleep(0.01) # 为了解决并发读写饿死的问题
80
81
p = proxy
82
should_remove = p.validate(success, latency)
0 commit comments