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

Commit 9377027

Browse files
knizhnikkelvich
authored andcommitted
Disable raftable in make check
1 parent dcc004c commit 9377027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cluster.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ sub configure
102102
multimaster.queue_size = 10485760 # 10mb
103103
multimaster.node_id = $id
104104
multimaster.conn_strings = '$connstr'
105-
multimaster.use_raftable = true
105+
multimaster.use_raftable = false
106106
multimaster.heartbeat_recv_timeout = 1000
107107
multimaster.heartbeat_send_timeout = 250
108108
multimaster.max_nodes = 3

0 commit comments

Comments
 (0)