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 903702b commit 0ce27dbCopy full SHA for 0ce27db
proxy/core/work/threadless.py
@@ -39,10 +39,10 @@
39
40
41
proxy_flags.add_argument(
42
- "--inactive-conn-cleanup-timeout",
+ '--inactive-conn-cleanup-timeout',
43
default=DEFAULT_INACTIVE_CONN_CLEANUP_TIMEOUT,
44
- help="Time after which inactive works must be cleaned up. Default {0} seconds".format(
45
- DEFAULT_INACTIVE_CONN_CLEANUP_TIMEOUT
+ help='Time after which inactive works must be cleaned up. Default {0} seconds'.format(
+ DEFAULT_INACTIVE_CONN_CLEANUP_TIMEOUT,
46
),
47
)
48
0 commit comments