Commit 67a9b82
authored
fix(en): Fix statement timeout errors during cache recovery (#4248)
## What ❔
Disables statement timeouts for the connection pool used for state
keeper cache recovery.
## Why ❔
Cache recovery logic incorporates potentially long-running queries, so
having the default timeout for it is bogus.
## Is this a breaking change?
- [ ] Yes
- [x] No
## Operational changes
No operational changes.
## Checklist
- [x] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [x] Documentation comments have been added / updated.
- [x] Code has been formatted via `zkstack dev fmt` and `zkstack dev
lint`.1 parent f29cba8 commit 67a9b82
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
91 | 97 | | |
92 | 98 | | |
93 | 99 | | |
| |||
0 commit comments