Commit a7959ef
authored
fix(bigtable): raise default connection-recycler MaxAge to 7 days (#19940)
## Summary
Raises `DefaultConnectionRecycleConfig` from `MaxAge: 45m / MaxJitter:
5m / RunFrequency: 1m` to `MaxAge: 7d / MaxJitter: 12h / RunFrequency:
1h`. Mitigates the memory growth reported in #14582 by cutting
recycle-driven connection churn by roughly two orders of magnitude.1 parent 18ec117 commit a7959ef
1 file changed
Lines changed: 10 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
294 | | - | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
295 | 301 | | |
296 | 302 | | |
297 | | - | |
298 | | - | |
299 | | - | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
300 | 306 | | |
301 | 307 | | |
0 commit comments