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
No known key found for this signature in database
GPG Key ID: 39928704103C7229

View File

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