Browse Source
Update src/config.rs
Co-authored-by: Daniel García <dani-garcia@users.noreply.github.com>
pull/6166/head
Thomas Violent
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
src/config.rs
|
|
@ -640,7 +640,7 @@ make_config! { |
|
|
|
database_timeout: u64, false, def, 30; |
|
|
|
|
|
|
|
/// Timeout in seconds before idle connections to the database are closed
|
|
|
|
database_idle_timeout: u64, false, def, 60; |
|
|
|
database_idle_timeout: u64, false, def, 600; |
|
|
|
|
|
|
|
/// Database connection max pool size
|
|
|
|
database_max_conns: u32, false, def, 10; |
|
|
|