Skip to content

Commit 33909a6

Browse files
committed
Lint
1 parent 27b3bdb commit 33909a6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

proxy/core/work/threadless.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@
4141
proxy_flags.add_argument(
4242
'--inactive-conn-cleanup-timeout',
4343
default=DEFAULT_INACTIVE_CONN_CLEANUP_TIMEOUT,
44-
help="Time after which inactive works must be cleaned up. "
45-
+ "Increase this value if your backend services are slow to response "
46-
+ "or when proxy.py is handling a high volume. When running proxy.py on Google Cloud (GCP) "
44+
help='Time after which inactive works must be cleaned up. '
45+
+ 'Increase this value if your backend services are slow to response '
46+
+ 'or when proxy.py is handling a high volume. When running proxy.py on Google Cloud (GCP) '
4747
+ "you may see 'backend_connection_closed_before_data_sent_to_client', with curl clients "
4848
+ "you may see 'Empty reply from server' error when '--inactive-conn-cleanup-timeout' "
49-
+ "value is low for your use-case. Default {0} seconds".format(
50-
DEFAULT_INACTIVE_CONN_CLEANUP_TIMEOUT
49+
+ 'value is low for your use-case. Default {0} seconds'.format(
50+
DEFAULT_INACTIVE_CONN_CLEANUP_TIMEOUT,
5151
),
5252
)
5353

0 commit comments

Comments
 (0)