Skip to content

Commit 39eb7d8

Browse files
akulyakhtinKulyakhtin, Alexander (Ext)
and
Kulyakhtin, Alexander (Ext)
authored
Set default throttling time to 5 sec (#721)
Co-authored-by: Kulyakhtin, Alexander (Ext) <[email protected]>
1 parent 2edc49b commit 39eb7d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msal4j-sdk/src/main/java/com/microsoft/aad/msal4j/ThrottlingCache.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
class ThrottlingCache {
1313

1414
static final int MAX_THROTTLING_TIME_SEC = 3600;
15-
static int DEFAULT_THROTTLING_TIME_SEC = 120;
15+
static int DEFAULT_THROTTLING_TIME_SEC = 5;
1616
static final int CACHE_SIZE_LIMIT_TO_TRIGGER_EXPIRED_ENTITIES_REMOVAL = 100;
1717

1818
// request hash to expiration timestamp

0 commit comments

Comments
 (0)