Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(vm-runner): Fix statement timeouts in VM playground (#2772)
## What ❔ Fixes statement timeout errors in VM playground. ## Why ❔ VM playground uses the replica DB pool, which has statement timeout configured by default. This timeout is intended for the API server and doesn't make sense for VM playground. Hence, this PR removes the statement timeout and allows to configure it for each built DB pool (in case other components would require similar changes). ## Checklist - [x] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [x] Code has been formatted via `zk fmt` and `zk lint`.
- Loading branch information