-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Periodic Processing too often #381
Comments
Thinking about it more, and how the value of thirdstats is likely proportional to mail store size, I'm going to up my recommended default time to 24 hours (once a day). |
The automatic background processing is a timer which starts when opening the stats page and is only active as long as the stats page is open. So 24h means you'd have to have your stats page open 24h. Given that, I think 6h is just fine to reprocess the data at least once on a working day. |
Not possible to register a timer on extension load/init, independent of whether stats is open or not? |
In fact it should be possible setting the timer in the background.js, but only if you find a way to call the reprocessing function from outside the Vue instance... I didn't look into that yet, but I'll see what I can do. |
Referencing here findings & summary notes (with links and quotes in context) of ~2 hours of research re Thunderbird and Timers. Hope it saves you some time :) tldr appears to be:
Search:
|
Wow thanks! I'll look into that. |
Describe the bug
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Set automatic processing to 6h
Screenshots
None
Additional context
None
The text was updated successfully, but these errors were encountered: