You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #251 , the ability to configure the async request timeout was added, but it was defaulted to 30. Because that field is measured in ms, this changes the existing default behavior of a 30s timeout to a 30ms timeout - a significant breaking change for those using the async mode.
To Reproduce
Use the async servlet mode without configuring the timeout.
Expected behavior
Without setting a timeout the default behavior should remain unchanged at 30s.
The text was updated successfully, but these errors were encountered:
In #251 , the ability to configure the async request timeout was added, but it was defaulted to 30. Because that field is measured in ms, this changes the existing default behavior of a 30s timeout to a 30ms timeout - a significant breaking change for those using the async mode.
To Reproduce
Use the async servlet mode without configuring the timeout.
Expected behavior
Without setting a timeout the default behavior should remain unchanged at 30s.
The text was updated successfully, but these errors were encountered: