Skip to content

Commit

Permalink
Fix broken integration test #740 (#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
drdrsh authored Aug 31, 2024
1 parent 2def40e commit ca34597
Show file tree
Hide file tree
Showing 3 changed files with 420 additions and 252 deletions.
2 changes: 2 additions & 0 deletions .circleci/pgcat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ admin_password = "admin_pass"
# session: one server connection per connected client
# transaction: one server connection per client transaction
pool_mode = "transaction"
prepared_statements_cache_size = 500

# If the client doesn't specify, route traffic to
# this role by default.
Expand Down Expand Up @@ -141,6 +142,7 @@ query_parser_enabled = true
query_parser_read_write_splitting = true
primary_reads_enabled = true
sharding_function = "pg_bigint_hash"
prepared_statements_cache_size = 500

[pools.simple_db.users.0]
username = "simple_user"
Expand Down
Loading

0 comments on commit ca34597

Please sign in to comment.