mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

This changes the two immutable defaults into constants which allows packages embedding etcd to import them as const! If they are variables, then you'll fail with "const initializer foo is not a constant".