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

Commit 39bcefa

Browse files
kvapkelvich
authored andcommitted
Set max_prepared_transactions in the daemons script.
1 parent 015aa8f commit 39bcefa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/daemons.go

+1
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ func postgres(bin string, datadir string, postgresi []string, port int, nodeid i
113113
"-c", "max_replication_slots=10",
114114
"-c", "max_wal_senders=10",
115115
"-c", "max_worker_processes=100",
116+
"-c", "max_prepared_transactions=200",
116117
"-c", "default_transaction_isolation=repeatable read",
117118
"-c", "multimaster.conn_strings=" + strings.Join(postgresi, ","),
118119
"-c", "multimaster.node_id=" + strconv.Itoa(nodeid + 1),

0 commit comments

Comments
 (0)