ソースを参照

close experimental snapshot before merge to the master

Xiang Li 13 年 前
コミット
732f80ceda
1 ファイル変更1 行追加1 行削除
  1. 1 1
      etcd.go

+ 1 - 1
etcd.go

@@ -267,7 +267,7 @@ func startRaft(securityType int) {
 	}
 
 	// open the snapshot
-	go raftServer.Snapshot()
+	//go raftServer.Snapshot()
 
 	// start to response to raft requests
 	go startRaftTransport(info.RaftPort, securityType)