spelling: cores
This commit is contained in:
parent
6f48e31c00
commit
24c76dbcca
|
@ -362,7 +362,7 @@ func DefaultConfig() *Config {
|
|||
}
|
||||
c.EnabledSchedulers = append(c.EnabledSchedulers, structs.JobTypeCore)
|
||||
|
||||
// Default the number of schedulers to match the coores
|
||||
// Default the number of schedulers to match the cores
|
||||
c.NumSchedulers = runtime.NumCPU()
|
||||
|
||||
// Increase our reap interval to 3 days instead of 24h.
|
||||
|
|
Loading…
Reference in New Issue