Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Concurrency Box to Tournament Settings #614

Closed
MichaelB7 opened this issue Aug 23, 2020 · 2 comments
Closed

Add Concurrency Box to Tournament Settings #614

MichaelB7 opened this issue Aug 23, 2020 · 2 comments

Comments

@MichaelB7
Copy link

Probably the most often reason why one has to leave Tournament Settings is when they realized the concurrency setting is not set correctly.

@alwey
Copy link
Contributor

alwey commented Aug 23, 2020

In the CuteChess GUI the GameManager limits the number of concurrent games. It will start new games from the game queue only if the number of current games is less than the concurrency.

The setting
Tools->Settings->Tournaments -> Concurrent Games
is dynamic: you can change it while a tournament is going on. The change is immediately transmitted to the GameManager but only after a game has finished the change comes into action.

@MichaelB7
Copy link
Author

That is good to know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants