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 have the problem that the http call to get all vmanage lists takes longer than 10 seconds.
Even though I am providing a timeout value increase (to 30 seconds) in the auth call the other api calls are not affected at all.
Seems like the timeout is only limited to the auth.
I´ve patched the file "http_methods.py" in order to load the data: STANDARD_TIMEOUT = 30
Could you be so kind and:
Increase the STANDARD_TIMEOUT value?
Or make the timeout configurable.
br,
The text was updated successfully, but these errors were encountered:
Hello Cisco!
I have the problem that the http call to get all vmanage lists takes longer than 10 seconds.
Even though I am providing a timeout value increase (to 30 seconds) in the auth call the other api calls are not affected at all.
Seems like the timeout is only limited to the auth.
I´ve patched the file "http_methods.py" in order to load the data:
STANDARD_TIMEOUT = 30
Could you be so kind and:
br,
The text was updated successfully, but these errors were encountered: