...
|
...
|
@@ -37,7 +37,6 @@ public class PersionalRateLimitService { |
|
|
return false;
|
|
|
}
|
|
|
oldCountMap.put(rateLimitName, currentCount);
|
|
|
DOWNGRADE.error("PersionalRateLimit happen ,rateLimitName is [{}],currentCount is[{}], limitConfig is [{}]", rateLimitName,currentCount, limitConfig.toLogInfo());
|
|
|
return true;
|
|
|
}catch (Exception e){
|
|
|
DOWNGRADE.error(e.getMessage(),e);
|
...
|
...
|
|