Skip to content

Commit

Permalink
chore: set max_prepared_transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
hauleth committed Nov 14, 2024
1 parent 98c3292 commit 76ee244
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- ./dev/postgres:/docker-entrypoint-initdb.d/
# Uncomment to set MD5 authentication method on uninitialized databases
# - ./dev/postgres/md5/etc/postgresql/pg_hba.conf:/etc/postgresql/pg_hba.conf
command: postgres -c config_file=/etc/postgresql/postgresql.conf
command: postgres -c config_file=/etc/postgresql/postgresql.conf -c max_prepared_transactions=2000
environment:
POSTGRES_HOST: /var/run/postgresql
POSTGRES_PASSWORD: postgres
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- ./dev/postgres:/docker-entrypoint-initdb.d/
# Uncomment to set MD5 authentication method on uninitialized databases
# - ./dev/postgres/md5/etc/postgresql/pg_hba.conf:/etc/postgresql/pg_hba.conf
command: postgres -c config_file=/etc/postgresql/postgresql.conf
command: postgres -c config_file=/etc/postgresql/postgresql.conf -c max_prepared_transactions=2000
environment:
POSTGRES_HOST: /var/run/postgresql
POSTGRES_PASSWORD: postgres
Expand Down

0 comments on commit 76ee244

Please sign in to comment.