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.
--inactive-conn-cleanup-timeout
1 parent 8d81b14 commit edad693Copy full SHA for edad693
proxy/core/work/threadless.py
@@ -102,7 +102,9 @@ def __init__(
102
SelectableEvents,
103
] = {}
104
self.wait_timeout: float = DEFAULT_WAIT_FOR_TASKS_TIMEOUT
105
- self.cleanup_inactive_timeout: float = self.flags.inactive_conn_cleanup_timeout
+ self.cleanup_inactive_timeout: float = float(
106
+ self.flags.inactive_conn_cleanup_timeout
107
+ )
108
self._total: int = 0
109
# When put at the top, causes circular import error
110
# since integrated ssh tunnel was introduced.
0 commit comments