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 delay between two consecutive battles #62

Closed
MaximeCheramy opened this issue Mar 1, 2017 · 1 comment
Closed

Add delay between two consecutive battles #62

MaximeCheramy opened this issue Mar 1, 2017 · 1 comment

Comments

@MaximeCheramy
Copy link

When someone submits a code, the battles are computed on CodinGame's servers with a lower priority than the "plays" in order to make sure that the plays are computed as soon as possible.

CGSpunk simulates a submit by doing plays. As a consequence, people that use CGSpunk slow down the computation for people that just want to test their code... We're afraid that it could prevent people from doing plays at the end of the contest.

We will add a limit on the numbers of calls you can do during an interval of time (the exact value isn't decided yet, we will start with something very gentle first). In order to avoid reaching the limits, I suggest to add a delay between two matches. A few dozen of seconds should be enough.

We will implement in the future a more sophisticated solution but the quota was the easy short term solution...

@danBhentschel
Copy link
Owner

Need to make a modification for Firefox.

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

No branches or pull requests

2 participants