mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 22:26:30 +00:00
2f539d3bd2
Go ens needs to be updated to be compatible with the lastest geth version
8 lines
76 B
Go
8 lines
76 B
Go
// +build darwin
|
|
|
|
package opt
|
|
|
|
var (
|
|
DefaultOpenFilesCacheCapacity = 200
|
|
)
|