Skip to content

Commit

Permalink
Increase uci_options Move Overhead
Browse files Browse the repository at this point in the history
  • Loading branch information
qpwoeirut committed Jun 22, 2024
1 parent 66b4e63 commit f98ecfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.yml.default
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ engine: # Engine settings.
# Hash: 256

uci_options: # Arbitrary UCI options passed to the engine.
Move Overhead: 500 # Increase if your bot flags games too often.
Move Overhead: 1000 # Increase if your bot flags games too often.
Threads: 4 # Max CPU threads the engine can use.
Hash: 512 # Max memory (in megabytes) the engine can allocate.
SyzygyPath: "./syzygy/" # Paths to Syzygy endgame tablebases that the engine reads.
Expand Down

0 comments on commit f98ecfb

Please sign in to comment.