etcd/etcdmain/const_unix.go
2014-12-18 18:57:11 -05:00

9 lines
105 B
Go

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