You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add CLI flag to expose ReadTimeout for tuning (frontend).
Default is 30s (no change in default).
Add CLI flag for configuring IdleTimeout, the maximum amount of time to wait for the next request when keep-alive is enabled (frontend).
Default is 30 seconds (no change in default, see note below).
Note: Previously this value was not set, so it defaulted to the zero value, which resulted in the ReadTimeout value (default 30s) being used internally by the go http server. The new default mirrors this previous old default.