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
The system does not set or allow to set a configurable requests timeout and so it may wait forever for a request to complete.
The timeout should be configurable either globally (e.g. via SimpleMDM.set_requests_timeout(timeout_msecs)) or on a per-API basis (e.g. passed as API's __init__ argument).
The text was updated successfully, but these errors were encountered:
The system does not set or allow to set a configurable
requests
timeout and so it may wait forever for a request to complete.The timeout should be configurable either globally (e.g. via
SimpleMDM.set_requests_timeout(timeout_msecs)
) or on a per-API basis (e.g. passed as API's__init__
argument).The text was updated successfully, but these errors were encountered: