0

Google says that:

In order to reduce the load on the user's machine, Chrome limits alarms to once every minute.

But my machine can handle it and I'm writing an internal extension that needs to run every 30 seconds.

So, I was wondering if there is any flag or command line option or whatever to disable this Google-knows-better-what's-good-for-you limitation?

Or how about FireFox? Can it be disabled there? I can use a different browser if it allows more freedom.

t3chb0t
  • 16,340
  • 13
  • 78
  • 118
  • 2
    It can't be disabled. The workaround: [Persistent Service Worker in Chrome Extension](https://stackoverflow.com/a/66618269) + setTimeout. – wOxxOm Oct 17 '22 at 17:51

0 Answers0