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
Currently it is not possible to configure the maxRetryTimeout in the RestClient on a case by case bases for the sync requests. It would be good to have such support.
The text was updated successfully, but these errors were encountered:
Just saw that this has been marked for the High Level REST Client. It would be good to have it there as well, but I was referring more to the Low Level REST Client. I think it would make sense to have it there as well.
you are correct @filiphr , this is a low-level REST client change that the high-level REST would also benefit from, automatically. Thanks for noticing that.
This no longer applies, we have deprecated max retry timeout in 6.x, as well as increased its default value to 90 seconds (#38425) and removed it in 7.0 (#38085).
Currently it is not possible to configure the
maxRetryTimeout
in theRestClient
on a case by case bases for the sync requests. It would be good to have such support.The text was updated successfully, but these errors were encountered: