Limit simultaneous challenges from one user#1098
Merged
AttackingOrDefending merged 1 commit intolichess-bot-devs:masterfrom Mar 31, 2025
Merged
Limit simultaneous challenges from one user#1098AttackingOrDefending merged 1 commit intolichess-bot-devs:masterfrom
AttackingOrDefending merged 1 commit intolichess-bot-devs:masterfrom
Conversation
In order to limit the number of games with a single opponent, the number of queued challenges from a single opponent must be limited as well. This change adds the number of active challenges to the number of active games to keep the eventual number of simultaneous games with a single user under the max_simultaneous_games_per_user configuration.
AttackingOrDefending
approved these changes
Mar 31, 2025
9fbedf1
into
lichess-bot-devs:master
23 checks passed
r0950336
pushed a commit
to r0950336/lichess-bot
that referenced
this pull request
Dec 31, 2025
In order to limit the number of games with a single opponent, the number of queued challenges from a single opponent must be limited as well. This change adds the number of active challenges to the number of active games to keep the eventual number of simultaneous games with a single user under the max_simultaneous_games_per_user configuration.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Type of pull request:
Description:
If an opponent sends multiple challenges is rapid succession to a bot, the challenges will be queued up for acceptance since there will be a delay before any are turned into an active game. This allows a single opponent to take up all of a bot's games.
This change adds the number of active challenges to the number of active games to limit the number of games from a single opponent.
Related Issues:
Closes #1097
Checklist:
Screenshots/logs (if applicable):