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
parent
commit
5e60f1b7e0
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/config.rs

2
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;

Loading…
Cancel
Save