Files
core/vars/elastic.go
zhaoxiaorong 57a0d8ae81 init
2025-02-07 13:01:38 +08:00

9 lines
102 B
Go

package vars
import "runtime"
var (
ESNumWorkers int = runtime.NumCPU()
ESFlushBytes int = 5e+6
)