diff --git a/src/config.rs b/src/config.rs index 1a4498ae..86174fa6 100644 --- a/src/config.rs +++ b/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;