Skip to content

Commit

Permalink
Merge pull request #1418 from Kiradien/Increase-Scribble-MinThrottle
Browse files Browse the repository at this point in the history
Increase minimumThrottle for ScribbleHub
  • Loading branch information
Kiradien authored Aug 11, 2024
2 parents d883428 + 09ad82c commit c9a0df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/js/parsers/ScribblehubParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ parserFactory.register("scribblehub.com", () => new ScribblehubParser());
class ScribblehubParser extends Parser {
constructor() {
super();
this.minimumThrottle = 3000;
this.minimumThrottle = 5000;
}

async getChapterUrls(dom, chapterUrlsUI) {
Expand Down

0 comments on commit c9a0df4

Please sign in to comment.