|
@@ -44,7 +44,7 @@ public class ApiFlowLimitedInterceptor implements HandlerInterceptor {
|
|
|
|
|
|
static {
|
|
|
|
|
|
- double permitsPerSecond = PropertyHolder.getInt("examcloud.api.permitsPerSecond", 10000);
|
|
|
+ double permitsPerSecond = PropertyHolder.getInt("examcloud.api.permitsPerSecond", 100000);
|
|
|
rateLimiter = RateLimiter.create(permitsPerSecond);
|
|
|
|
|
|
new Thread(new Runnable() {
|