vjudge: better codeforces rate limit
Better codeforces rate limit
rate limits should be a common feature implemented in model, not in adapter.
rate limits should be a common feature implemented in model, not in adapter.
So should there be an "official" rate limit, or should users set the rate limit according to their needs?
rate limits should be a common feature implemented in model, not in adapter.
So should there be an "official" rate limit, or should users set the rate limit according to their needs?
Every adapter can has its rate limit function. It means that you need to wait rate limit in model.
Every adapter can has its rate limit function. It means that you need to wait rate limit in model.
I moved wait limit into index.ts