Fixing invalid setting name in pgcat.toml (#849)

This commit is contained in:
Víťa Tauer
2024-11-07 13:17:09 +01:00
committed by GitHub
parent 326efc22b3
commit f27dc6b483

View File

@@ -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?