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 6fb7daf commit 8a111b9Copy full SHA for 8a111b9
src/modules/db/sqlx/mod.rs
@@ -704,8 +704,8 @@ impl SqlxConnection {
704
Ok(())
705
})
706
707
- .acquire_timeout(Duration::from_secs(15))
708
- .idle_timeout(Duration::from_secs(60))
+ .acquire_timeout(Duration::from_secs(10))
+ .idle_timeout(Duration::from_secs(360))
709
.max_lifetime(Duration::from_secs(3600))
710
.max_connections(64)
711
.min_connections(2)
@@ -725,8 +725,8 @@ impl SqlxConnection {
725
726
727
728
729
730
731
732
0 commit comments