package vars

import "runtime"

var (
	ESNumWorkers int = runtime.NumCPU()
	ESFlushBytes int = 5e+6
)