mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 17:30:23 +08:00
chore: tune default postgres settings for 2c4g
This commit is contained in:
@@ -20,7 +20,7 @@ impl Default for PostgresPoolConfig {
|
||||
fn default() -> Self {
|
||||
Self {
|
||||
database_url: String::new(),
|
||||
min_connections: 1,
|
||||
min_connections: 4,
|
||||
max_connections: 20,
|
||||
acquire_timeout_ms: 10_000,
|
||||
idle_timeout_ms: 30_000,
|
||||
|
||||
Reference in New Issue
Block a user