Skip to content

Commit

Permalink
update GenesiStudioParser minimumThrottle
Browse files Browse the repository at this point in the history
  • Loading branch information
gamebeaker committed Sep 15, 2024
1 parent 7c2c6a7 commit dac581b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/js/parsers/GenesiStudioParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ parserFactory.register("genesistudio.com", () => new GenesiStudioParser());
class GenesiStudioParser extends Parser{
constructor() {
super();
this.minimumThrottle = 3000;
this.minimumThrottle = 1000;
}

clampSimultanousFetchSize() {
Expand Down

0 comments on commit dac581b

Please sign in to comment.