AzureAD / microsoft-authentication-library-for-java

Microsoft Authentication Library (MSAL) for Java http://aka.ms/aadv2
MIT License
284 stars 142 forks source link

Set default throttling time to 5 sec #721

Closed akulyakhtin closed 11 months ago

akulyakhtin commented 11 months ago

Currently default throttling time is set to 120 sec. This might create problems as described in this issue. While setting default throttling time does not eliminate the problem it does reduce a possible impact on the end-users.