Reduce thread count
This commit is contained in:
parent
d88af17c09
commit
75ae2d8ae7
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ _M.Filename = _M.PoolDir .. _M.State[1]
|
|||
_M.StartPowerup = 0
|
||||
|
||||
_M.NeatConfig = {
|
||||
Threads = 8,
|
||||
Threads = 7,
|
||||
--Filename = "DP1.state",
|
||||
SaveFile = _M.Filename .. ".pool",
|
||||
Filename = _M.Filename,
|
||||
|
|
Loading…
Add table
Reference in a new issue