Skip to content

v2.6.0

Latest
Compare
Choose a tag to compare
@dropwhile dropwhile released this 31 Aug 16:41
· 5 commits to master since this release
  • Start building with Go-1.23.0
  • 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.