Re: [ServiceWorker] seems possible to trigger many update fetches after 24 hour limit expires (#759)

> Can we somehow de-bounce these updates? Like don't queue updates for the 24 hour expiration unless the queue is empty? This would let .update() still force another update, but avoid a burst of events triggering a lot of soft updates.

I guess I mean here a soft update should avoid queue an update if an update is already running or queued.

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/759#issuecomment-147857667

Received on Tuesday, 13 October 2015 21:22:01 UTC