File: test_configuration.patch

package info (click to toggle)
pglogical 2.4.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,212 kB
  • sloc: ansic: 38,859; sql: 4,381; perl: 562; makefile: 198; sh: 81
file content (13 lines) | stat: -rw-r--r-- 433 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: pglogical/regress-postgresql.conf
===================================================================
--- pglogical.orig/regress-postgresql.conf
+++ pglogical/regress-postgresql.conf
@@ -5,6 +5,8 @@ max_wal_senders = 20
 max_replication_slots = 20
 max_worker_processes = 20
 track_commit_timestamp = on
+checkpoint_timeout = '30s'
+wal_sender_timeout = '120s'
 
 # Purely testing related:
 hba_file = './regress-pg_hba.conf'