Richard Ramos ad326fa290
feat: wakuv2 store (#2780)
Allows runnning a store node depending on node config settings.
2022-08-19 12:34:07 -04:00

9 lines
94 B
Go

//go:build darwin
// +build darwin
package opt
var (
DefaultOpenFilesCacheCapacity = 200
)