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

Checker: Use number of valid ticks for tick lookback #60

Open
F30 opened this issue Jul 26, 2020 · 0 comments
Open

Checker: Use number of valid ticks for tick lookback #60

F30 opened this issue Jul 26, 2020 · 0 comments
Labels
improvement Not a critical bug, but also not a visible feature

Comments

@F30
Copy link
Member

F30 commented Jul 26, 2020

The current Checker libraries (Python as well as Go) use a hardcoded number (5) of past ticks to check the flags for. We should be using the number of valid ticks configured in GameControl in the database instead.

The Checker libraries would have to ask the Checker Master for that number through IPC.

@F30 F30 added the improvement Not a critical bug, but also not a visible feature label Jul 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Not a critical bug, but also not a visible feature
Projects
None yet
Development

No branches or pull requests

1 participant