File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ sub configure
88
88
port = $pgport
89
89
max_prepared_transactions = 10
90
90
max_connections = 10
91
- max_worker_processes = 10
91
+ max_worker_processes = 40
92
92
wal_level = logical
93
93
max_wal_senders = 5
94
94
wal_sender_timeout = 0
@@ -100,8 +100,8 @@ sub configure
100
100
multimaster.workers = 1
101
101
multimaster.node_id = $id
102
102
multimaster.conn_strings = '$connstr '
103
- multimaster.heartbeat_recv_timeout = 2050
104
- multimaster.heartbeat_send_timeout = 500
103
+ multimaster.heartbeat_recv_timeout = 1050
104
+ multimaster.heartbeat_send_timeout = 250
105
105
multimaster.max_nodes = $nnodes
106
106
multimaster.ignore_tables_without_pk = true
107
107
multimaster.min_2pc_timeout = 150000
Original file line number Diff line number Diff line change 8
8
use Cwd;
9
9
10
10
my $nnodes = 2;
11
- my $nclients = 10 ;
11
+ my $nclients = 5 ;
12
12
my $nkeys = $nnodes * $nclients ;
13
13
my $cluster = new Cluster($nnodes );
14
14
You can’t perform that action at this time.
0 commit comments