Change --etcd-quorum-read default to true

This commit is contained in:
Jordan Liggitt
2017-10-10 00:16:33 -04:00
parent 1baa3043be
commit 2400185f45

View File

@@ -74,5 +74,6 @@ func NewDefaultConfig(prefix string, copier runtime.ObjectCopier, codec runtime.
Copier: copier,
Codec: codec,
CompactionInterval: DefaultCompactInterval,
Quorum: true,
}
}