From bd4e8285172e1d33deac661405770d9e6c9b6322 Mon Sep 17 00:00:00 2001 From: Cody Soyland Date: Thu, 27 Jul 2017 14:19:19 -0500 Subject: [PATCH] Use untyped constant to allow building on FreeBSD/Dragonfly --- holder.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/holder.go b/holder.go index 8de3419ac..f7c363524 100644 --- a/holder.go +++ b/holder.go @@ -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.