Skip to content

Commit

Permalink
Add store for per-origin throttling
Browse files Browse the repository at this point in the history
  • Loading branch information
zakius committed Mar 3, 2023
1 parent 309f0a1 commit 959c02a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/bgprocess/models/Loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ define(['backbone', 'modules/RSSParser', 'modules/Animation', 'favicon', 'models
this.sourcesToLoad = [];
this.sourcesLoading = [];
this.loaders = [];
this.timestamps = {};
}

addSources(source) {
Expand Down

0 comments on commit 959c02a

Please sign in to comment.