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
Hey @Fauntleroy Thanks for the great extension, saved me some time. I did have to dive into the (fortunately source-mapped) code to mess with the throttling of the requests for a particularly large upload. It seems a number of people have this issue from the reviews on the chrome web store and the issues list here. What worked well for me was 1 request at a time with a 1.75s-2s timeout before the next one (so no more than 1 request every 2s, 0.5rps)
I ended up finding your repo with the link in the extension and have noticed you've done some updates including changing how the concurrency works. Would you be open to publishing an update sometime soon? Or perhaps a patch fix to 3.0.1 with the concurrency changes?
The text was updated successfully, but these errors were encountered:
Hey @Fauntleroy Thanks for the great extension, saved me some time. I did have to dive into the (fortunately source-mapped) code to mess with the throttling of the requests for a particularly large upload. It seems a number of people have this issue from the reviews on the chrome web store and the issues list here. What worked well for me was 1 request at a time with a 1.75s-2s timeout before the next one (so no more than 1 request every 2s, 0.5rps)
I ended up finding your repo with the link in the extension and have noticed you've done some updates including changing how the concurrency works. Would you be open to publishing an update sometime soon? Or perhaps a patch fix to 3.0.1 with the concurrency changes?
The text was updated successfully, but these errors were encountered: