Skip to content

Commit 2adabd2

Browse files
drdrshCommanderKeynes
authored andcommitted
Fix broken integration test #740 (#787)
1 parent 651dea8 commit 2adabd2

File tree

3 files changed

+420
-252
lines changed

3 files changed

+420
-252
lines changed

.circleci/pgcat.toml

Lines changed: 2 additions & 0 deletions
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.
@@ -143,6 +144,7 @@ query_parser_enabled = true
143144
query_parser_read_write_splitting = true
144145
primary_reads_enabled = true
145146
sharding_function = "pg_bigint_hash"
147+
prepared_statements_cache_size = 500
146148

147149
[pools.simple_db.users.0]
148150
username = "simple_user"

0 commit comments

Comments
 (0)