mirror of
https://github.com/status-im/status-go.git
synced 2025-01-10 06:36:32 +00:00
ad326fa290
Allows runnning a store node depending on node config settings.
9 lines
96 B
Go
9 lines
96 B
Go
//go:build !darwin
|
|
// +build !darwin
|
|
|
|
package opt
|
|
|
|
var (
|
|
DefaultOpenFilesCacheCapacity = 500
|
|
)
|