Skip to content

Commit

Permalink
chore(ci): disable replication in test postgresql
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Oct 4, 2024
1 parent e2a35d8 commit a3fa4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker-compose-postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
ports:
- 60000:5432
# make postgres faster and non-durable, see https://www.postgresql.org/docs/current/non-durability.html
command: [postgres, -c, fsync=off, -c, synchronous_commit=off, -c, full_page_writes=off, -c, checkpoint_timeout=7200, -c, wal_level=minimal]
command: [postgres, -c, fsync=off, -c, synchronous_commit=off, -c, full_page_writes=off, -c, checkpoint_timeout=7200, -c, wal_level=minimal, -c, max_wal_senders=0]
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: weblate
Expand Down

0 comments on commit a3fa4b4

Please sign in to comment.