Skip to content

Commit f27dc6b

Browse files
authored
Fixing invalid setting name in pgcat.toml (#849)
1 parent 326efc2 commit f27dc6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pgcat.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ primary_reads_enabled = true
179179
# `random`: picks a shard at random
180180
# `random_healthy`: picks a shard at random favoring shards with the least number of recent errors
181181
# `shard_<number>`: e.g. shard_0, shard_4, etc. picks a specific shard, everytime
182-
# no_shard_specified_behavior = "shard_0"
182+
# default_shard = "shard_0"
183183

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

0 commit comments

Comments
 (0)