File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4141proxy_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
You can’t perform that action at this time.
0 commit comments