drop SIMPLE_UPDATE_MODE, limit housekeeping and updates to background processes

This commit is contained in:
Andrew Dolgov
2025-05-02 13:26:58 +03:00
parent a51c1d5176
commit aeca30cb0c
7 changed files with 1 additions and 108 deletions

View File

@@ -829,11 +829,6 @@ const App = {
Headlines.initScrollHandler();
if (this.getInitParam("simple_update")) {
console.log("scheduling simple feed updater...");
window.setInterval(() => { Feeds.updateRandom() }, 30 * 1000);
}
if (this.getInitParam('check_for_updates')) {
window.setInterval(() => {
this.checkForUpdates();