diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-02 13:26:58 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-02 13:26:58 +0300 |
| commit | aeca30cb0c6b26c569f66c5043690d5528fc481b (patch) | |
| tree | 38d4659e8539d7e8588306c1fd36d4d21f453719 /js/App.js | |
| parent | a51c1d5176d0285a4fecc6e1e84d9f7dc4abaca5 (diff) | |
drop SIMPLE_UPDATE_MODE, limit housekeeping and updates to background processes
Diffstat (limited to 'js/App.js')
| -rw-r--r-- | js/App.js | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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(); |