Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2193763

Browse files
committed
fix max_connections in tests
1 parent c00a3c4 commit 2193763

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cluster.pm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ sub configure
137137
listen_addresses = '$host'
138138
unix_socket_directories = '$unix_sock_dir'
139139
port = $pgport
140-
max_prepared_transactions = 150
141-
max_connections = 10
142-
max_worker_processes = 100
140+
max_prepared_transactions = 250
141+
max_connections = 50
142+
max_worker_processes = 150
143143
wal_level = logical
144144
max_wal_senders = 6
145145
wal_sender_timeout = 0

0 commit comments

Comments
 (0)