Просмотр исходного кода

close experimental snapshot before merge to the master

Xiang Li 12 лет назад
Родитель
Сommit
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)