Skip to content
Snippets Groups Projects
Commit 3b60a503 authored by Aiolos's avatar Aiolos
Browse files

change filter

parent 2682efd2
No related branches found
No related tags found
Loading
......@@ -20,7 +20,7 @@ public class TestRequestLimiter implements RequestLimiter {
*/
@Override
public boolean tryAcquire(Request request, int activeTaskCount) {
//if (activeTaskCount > 2000) return false;
if (activeTaskCount > 750) return false;
return true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment