Skip to content

Commit

Permalink
chore: increase min crdb connections for dev (#1348)
Browse files Browse the repository at this point in the history
Fixes RVT-3937
  • Loading branch information
NathanFlurry committed Nov 14, 2024
1 parent b94f2fc commit 2f06756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/config/src/config/server/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ impl Default for CockroachDb {

impl CockroachDb {
fn default_min_connections() -> u32 {
1
4
}

fn default_max_connections() -> u32 {
Expand Down

0 comments on commit 2f06756

Please sign in to comment.