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
I didn't see an option to override default request timeout that is set to 300 sec. As a SDK consumer, I needed a way to change the default value while initialising the client or during search requests.
self.default_request_kwargs = {
'timeout': 300,
}
The text was updated successfully, but these errors were encountered:
Request args should be updated from the default_request_kwargs upon each request, so you can change those values at will. Let me know if that works for you or not.
I didn't see an option to override default request timeout that is set to 300 sec. As a SDK consumer, I needed a way to change the default value while initialising the client or during search requests.
self.default_request_kwargs = {
'timeout': 300,
}
The text was updated successfully, but these errors were encountered: