From 77665769d47a03a5e6f26830ab73f818e5010816 Mon Sep 17 00:00:00 2001 From: PaulJeFi <78982620+PaulJeFi@users.noreply.github.com> Date: Wed, 17 Apr 2024 22:15:36 +0200 Subject: [PATCH] Update config.yml --- lichess/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lichess/config.yml b/lichess/config.yml index 1fa093e..3f2d254 100644 --- a/lichess/config.yml +++ b/lichess/config.yml @@ -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: @@ -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