Consensus: Make the default Raft data folder name "raft"

This is a breaking change.

License: MIT
Signed-off-by: Hector Sanjuan <code@hector.link>
This commit is contained in:
Hector Sanjuan 2018-05-24 16:54:24 +02:00
parent 9336097791
commit aeb6b005d1

View File

@ -20,7 +20,7 @@ var configKey = "raft"
// Configuration defaults
var (
DefaultDataSubFolder = "ipfs-cluster-data"
DefaultDataSubFolder = "raft"
DefaultWaitForLeaderTimeout = 15 * time.Second
DefaultCommitRetries = 1
DefaultNetworkTimeout = 10 * time.Second