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.
2 parents f0c7895 + b6ac986 commit 8b93898Copy full SHA for 8b93898
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