Use untyped constant to allow building on FreeBSD/Dragonfly

This commit is contained in:
Cody Soyland 2017-07-27 14:19:19 -05:00
parent f99a15bed2
commit bd4e828517

View file

@ -33,7 +33,7 @@ const (
DefaultCacheFlushInterval = 1 * time.Minute
// FileLimit is the maximum open file limit (ulimit -n) to automatically set.
FileLimit uint64 = 262144 // (512^2)
FileLimit = 262144 // (512^2)
)
// Holder represents a container for indexes.