Skip to content

Commit 5dd0a82

Browse files
committed
max_prepared_transactions for tsdtm
1 parent a5bc8e2 commit 5dd0a82

File tree

1 file changed

+1
-0
lines changed
  • contrib/pg_dtm/tests/deploy_layouts/roles/postgrespro/vars

1 file changed

+1
-0
lines changed

contrib/pg_dtm/tests/deploy_layouts/roles/postgrespro/vars/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ pg_config:
1717
- line: "autovacuum = off"
1818
- line: "listen_addresses = '*'"
1919
- line: "max_connections = 512"
20+
- line: "max_prepared_transactions = 400"
2021
- line: "port = {{pg_port}}"
2122
pg_config_role:
2223
- line: "#pg_config_role"

0 commit comments

Comments
 (0)