Skip to content

Commit 27b3bdb

Browse files
committed
Merge branch 'inactive-conn-cleanup-timeout' of github.com:abhinavsingh/proxy.py into inactive-conn-cleanup-timeout
2 parents 62b88f2 + 0ce27db commit 27b3bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxy/core/work/threadless.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040

4141
proxy_flags.add_argument(
42-
"--inactive-conn-cleanup-timeout",
42+
'--inactive-conn-cleanup-timeout',
4343
default=DEFAULT_INACTIVE_CONN_CLEANUP_TIMEOUT,
4444
help="Time after which inactive works must be cleaned up. "
4545
+ "Increase this value if your backend services are slow to response "

0 commit comments

Comments
 (0)