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 edad693 commit 5076c30Copy full SHA for 5076c30
proxy/core/work/threadless.py
@@ -103,7 +103,7 @@ def __init__(
103
] = {}
104
self.wait_timeout: float = DEFAULT_WAIT_FOR_TASKS_TIMEOUT
105
self.cleanup_inactive_timeout: float = float(
106
- self.flags.inactive_conn_cleanup_timeout
+ self.flags.inactive_conn_cleanup_timeout,
107
)
108
self._total: int = 0
109
# When put at the top, causes circular import error
0 commit comments