Skip to content

Commit

Permalink
Fixes the default for round robing in General (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
zainkabani authored Jun 23, 2023
1 parent 4b78af9 commit 1ed6e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ impl Default for General {
auth_query_user: None,
auth_query_password: None,
server_lifetime: Self::default_server_lifetime(),
server_round_robin: false,
server_round_robin: Self::default_server_round_robin(),
validate_config: true,
prepared_statements: false,
prepared_statements_cache_size: 500,
Expand Down

0 comments on commit 1ed6e92

Please sign in to comment.