mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 12:08:19 +00:00
ebf44210ba
## Problem We were logging a warning after a single request timeout, while listing objects. Closes: https://github.com/neondatabase/neon/issues/10166 ## Summary of changes - These timeouts are a pretty normal part of life, so back it off to only log a warning after two in a row.