mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-12 07:41:02 +00:00
Use untyped constant to allow building on FreeBSD/Dragonfly
This commit is contained in:
parent
f99a15bed2
commit
bd4e828517
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue