Skip to content

Commit ca34597

Browse files
authored
Fix broken integration test #740 (#787)
1 parent 2def40e commit ca34597

File tree

3 files changed

+420
-252
lines changed

3 files changed

+420
-252
lines changed

.circleci/pgcat.toml

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ admin_password = "admin_pass"
5959
# session: one server connection per connected client
6060
# transaction: one server connection per client transaction
6161
pool_mode = "transaction"
62+
prepared_statements_cache_size = 500
6263

6364
# If the client doesn't specify, route traffic to
6465
# this role by default.
@@ -141,6 +142,7 @@ query_parser_enabled = true
141142
query_parser_read_write_splitting = true
142143
primary_reads_enabled = true
143144
sharding_function = "pg_bigint_hash"
145+
prepared_statements_cache_size = 500
144146

145147
[pools.simple_db.users.0]
146148
username = "simple_user"

0 commit comments

Comments
 (0)