Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulJeFi committed Apr 17, 2024
1 parent 305f59d commit 7766576
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lichess/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ abort_time: 30 # Time to abort a game in seconds when there
fake_think_time: false # Artificially slow down the bot to pretend like it's thinking.
rate_limiting_delay: 0 # Time (in ms) to delay after sending a move to prevent "Too Many Requests" errors.
move_overhead: 2000 # Increase if your bot flags games too often.
max_takebacks_accepted: 0 # The number of times to allow an opponent to take back a move in a game.
quit_after_all_games_finish: true # If set to true, then pressing Ctrl-C to quit will only stop lichess-bot after all current games have finished.

correspondence:
Expand Down Expand Up @@ -146,7 +147,7 @@ challenge: # Incoming challenges.
- kingOfTheHill
# - racingKings
# - threeCheck
time_controls: # Time controls to accept.
time_controls: # Time controls to accept (bots are not allowed to play ultraBullet).
- bullet
- blitz
- rapid
Expand Down

0 comments on commit 7766576

Please sign in to comment.