Procházet zdrojové kódy

close experimental snapshot before merge to the master

Xiang Li před 13 roky
rodič
revize
732f80ceda
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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)