We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c7895 commit b6ac986Copy full SHA for b6ac986
src/bin/background-worker.rs
@@ -49,7 +49,7 @@ fn main() -> anyhow::Result<()> {
49
50
// We run some long-running queries in the background worker, so we need to
51
// increase the statement timeout a bit…
52
- config.db.primary.statement_timeout = Duration::from_secs(60 * 60);
+ config.db.primary.statement_timeout = Duration::from_secs(4 * 60 * 60);
53
54
let runtime = tokio::runtime::Builder::new_multi_thread()
55
.enable_all()
0 commit comments