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
Right now the only way to specify timeouts is through the session property. WaybackSession.request allows the timeout value to be set per request, but the WaybackClient.search and WaybackClient.get_memento functions do not support this.
Add keyword arguments so that if wanted, the timeouts can be overwritten per function call.
The text was updated successfully, but these errors were encountered:
Right now the only way to specify timeouts is through the session property.
WaybackSession.request
allows the timeout value to be set per request, but theWaybackClient.search
andWaybackClient.get_memento
functions do not support this.Add keyword arguments so that if wanted, the timeouts can be overwritten per function call.
The text was updated successfully, but these errors were encountered: