fix typo
This commit is contained in:
parent
904498fdc7
commit
6c35dfd832
1 changed files with 1 additions and 1 deletions
|
@ -435,7 +435,7 @@ class TCPRelay(object):
|
|||
|
||||
def _sweep_timeout(self):
|
||||
# tornado's timeout memory management is more flexible that we need
|
||||
# we just need a sorted last_activity queue and it's faster that heapq
|
||||
# we just need a sorted last_activity queue and it's faster than heapq
|
||||
# in fact we can do O(1) insertion/remove so we invent our own
|
||||
if self._timeouts:
|
||||
now = time.time()
|
||||
|
|
Loading…
Add table
Reference in a new issue