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
Do you want to request a feature or report a bug?
Request a feature
What is the current behavior?
Setting unavailableTimeout in the options does nothing
What is the expected behavior?
There is a value unavailableTimeout in the options, of which is unclear what it actually does. I was expecting it to allow me to set the retry-timeout time (by default seems to be 15 seconds) but that is not the case. After going deeper in to the code base, it seems there is a default strategy which sets a 15000ms timeout variable.
I need a way to be able to put the retry to about 2 seconds at most, it does not seem to be possible currently due to this value being hardcoded in to the default strategy.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you'd like this issue to stay open please leave a comment indicating how this issue is affecting you. Thank you.
Do you want to request a feature or report a bug?
Request a feature
What is the current behavior?
Setting
unavailableTimeout
in the options does nothingWhat is the expected behavior?
There is a value
unavailableTimeout
in the options, of which is unclear what it actually does. I was expecting it to allow me to set the retry-timeout time (by default seems to be 15 seconds) but that is not the case. After going deeper in to the code base, it seems there is a default strategy which sets a 15000ms timeout variable.default_strategy.ts
I need a way to be able to put the retry to about 2 seconds at most, it does not seem to be possible currently due to this value being hardcoded in to the default strategy.
The text was updated successfully, but these errors were encountered: