Skip to content

Commit

Permalink
Fixing invalid setting name in pgcat.toml (#849)
Browse files Browse the repository at this point in the history
  • Loading branch information
nothrow authored Nov 7, 2024
1 parent 326efc2 commit f27dc6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgcat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ primary_reads_enabled = true
# `random`: picks a shard at random
# `random_healthy`: picks a shard at random favoring shards with the least number of recent errors
# `shard_<number>`: e.g. shard_0, shard_4, etc. picks a specific shard, everytime
# no_shard_specified_behavior = "shard_0"
# default_shard = "shard_0"

# So what if you wanted to implement a different hashing function,
# or you've already built one and you want this pooler to use it?
Expand Down

0 comments on commit f27dc6b

Please sign in to comment.