mohamedmansour / reload-all-tabs-extension

Reload All Tabs Google Chrome Extension
https://chrome.google.com/extensions/detail/midkcinmplflbiflboepnahkboeonkam
80 stars 23 forks source link

Stagger the reload (configurable) #8

Open bassmanitram opened 7 years ago

bassmanitram commented 7 years ago

If there are a lot of tabs open, a reload could overload the network (and my work network is notoriously slow and can get nasty if too many requests hit it from the same source).

There probably IS a "stagger" functionality already built in (I came across this issue in my own extension years ago), but having it configurable (max-at-a-time for example) could be useful.

Excellent "I say what I do, I do what I say" extension, though!

mohamedmansour commented 7 years ago

Hi @bassmanitram if I understand correctly, do you want a feature where loading is sequential instead of in parallel? And add a delay after each load?

bassmanitram commented 7 years ago

If possible - but it's not urgent and the extension is otherwise exactly what I needed :)

On Thu, Sep 22, 2016 at 10:22 AM Mohamed Mansour notifications@github.com wrote:

Hi @bassmanitram https://github.com/bassmanitram if I understand correctly, do you want a feature where loading is sequential instead of in parallel? And add a delay after each load?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mohamedmansour/reload-all-tabs-extension/issues/8#issuecomment-248840595, or mute the thread https://github.com/notifications/unsubscribe-auth/AMCl2uiszN7h80_nRrb7Azvfttg7_SNsks5qsjqqgaJpZM4KCkAZ .

matthewhively commented 1 year ago

This would be nice to have for sure.