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
pgwire: make max repeated error count configurable via cluster setting
Previously, the maximum number of repeated network read errors before
aborting a connection was a hardcoded constant set to 256 (1 << 8).
This change makes the value configurable via a non-public cluster
setting `sql.pgwire.max_repeated_error_count`.
This allows operators to tune the threshold for aborting connections
experiencing repeated network errors, and allows us to backport this
change along with 5f562ad.
Epic: None
Release note: None
0 commit comments