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
108378: workload: cache DNS lookups by default r=sean- a=sean-
By default, DNS lookups used by jackc/pgx are now cached for 30s. A negative duration will disable the caching behavior.
While performing load testing, at higher connection counts with lower connection rates, it was possible to overwhelm the default environment DNS resolvers.
Epic: none
Release note: None
Co-authored-by: Sean Chittenden <[email protected]>
0 commit comments