core/vars/elastic.go

9 lines
102 B
Go
Raw Permalink Normal View History

2025-02-07 13:01:38 +08:00
package vars
import "runtime"
var (
ESNumWorkers int = runtime.NumCPU()
ESFlushBytes int = 5e+6
)