[7.x] Fix sniffer_timeout typo in AsyncTransport
Co-authored-by: Igor Nehoroshev <[email protected]>
This commit is contained in:
co-authored by
Igor Nehoroshev
parent
708e282eaf
commit
7fb43ae64d
@@ -132,7 +132,7 @@ class AsyncTransport(Transport):
|
|||||||
await self._async_init()
|
await self._async_init()
|
||||||
|
|
||||||
if self.sniffer_timeout:
|
if self.sniffer_timeout:
|
||||||
if self.loop.time() >= self.last_sniff + self.sniff_timeout:
|
if self.loop.time() >= self.last_sniff + self.sniffer_timeout:
|
||||||
self.create_sniff_task()
|
self.create_sniff_task()
|
||||||
|
|
||||||
async def _get_node_info(self, conn, initial):
|
async def _get_node_info(self, conn, initial):
|
||||||
|
|||||||
Reference in New Issue
Block a user