From aeca30cb0c6b26c569f66c5043690d5528fc481b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 2 May 2025 13:26:58 +0300 Subject: drop SIMPLE_UPDATE_MODE, limit housekeeping and updates to background processes --- js/App.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'js/App.js') diff --git a/js/App.js b/js/App.js index 0c4c72f22..f1c4bc1c3 100644 --- a/js/App.js +++ b/js/App.js @@ -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(); -- cgit v1.2.3-54-g00ecf