base: consider setting NetworkTimeout
to 1 second
#93007
Labels
A-kv-server
Relating to the KV-level RPC server
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-kv
KV Team
In #92542, the
NetworkTimeout
and other associated timeouts were reduced to 2 seconds, with a 4 secondDialTimeout
. However, the analysis in that PR shows that we should be fine to drop the timeout further to 1 second (with a 2 secondDialTimeout
), even for multiregion clusters. This wasn't done out of caution, but we should consider it after trying it out in cloud.Jira issue: CRDB-22104
The text was updated successfully, but these errors were encountered: