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
While iterating through posts, occasionally it will just sit... and sit... and sit... and sit...
By default, the httplib module that the oauth2 module uses has no timeout which means it will sit indefinitely. I'm not sure why nobody thought of this yet but why isn't there a default timeout set? I did it by creating a simple decorator and applying it to TumblrRequest().get().
Before signing my life away (CLA) and contributing my code, I thought I would bring this topic up and see if someone has already worked on this idea.
The text was updated successfully, but these errors were encountered:
While iterating through posts, occasionally it will just sit... and sit... and sit... and sit...
By default, the httplib module that the oauth2 module uses has no timeout which means it will sit indefinitely. I'm not sure why nobody thought of this yet but why isn't there a default timeout set? I did it by creating a simple decorator and applying it to TumblrRequest().get().
Before signing my life away (CLA) and contributing my code, I thought I would bring this topic up and see if someone has already worked on this idea.
The text was updated successfully, but these errors were encountered: