We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2edc49b commit 39eb7d8Copy full SHA for 39eb7d8
msal4j-sdk/src/main/java/com/microsoft/aad/msal4j/ThrottlingCache.java
@@ -12,7 +12,7 @@
12
class ThrottlingCache {
13
14
static final int MAX_THROTTLING_TIME_SEC = 3600;
15
- static int DEFAULT_THROTTLING_TIME_SEC = 120;
+ static int DEFAULT_THROTTLING_TIME_SEC = 5;
16
static final int CACHE_SIZE_LIMIT_TO_TRIGGER_EXPIRED_ENTITIES_REMOVAL = 100;
17
18
// request hash to expiration timestamp
0 commit comments