etcd/etcdmain/const_unix.go

9 lines
105 B
Go

// +build !windows,!plan9
package etcdmain
const (
defaultMaxSnapshots = 5
defaultMaxWALs = 5
)