Hydro icon indicating copy to clipboard operation
Hydro copied to clipboard

vjudge: better codeforces rate limit

Open StupidQu opened this issue 2 years ago • 4 comments

Better codeforces rate limit

StupidQu avatar Mar 10 '24 11:03 StupidQu

rate limits should be a common feature implemented in model, not in adapter.

undefined-moe avatar Mar 10 '24 14:03 undefined-moe

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?

StupidQu avatar Mar 11 '24 03:03 StupidQu

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.

pandadtdyy avatar Mar 11 '24 03:03 pandadtdyy

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

StupidQu avatar Mar 12 '24 10:03 StupidQu