timeout set to 1
This commit is contained in:
parent
f296751def
commit
e2957e672e
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ UDP_MAX_BUF_SIZE = 65536
|
|||
class SpeedTester(object):
|
||||
def __init__(self, max_speed = 0):
|
||||
self.max_speed = max_speed * 1024
|
||||
self.timeout = 5
|
||||
self.timeout = 1
|
||||
self._cache = deque()
|
||||
self.sum_len = 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue