Skip to content

Commit

Permalink
调整飞卢睡眠时间和最大睡眠时间以规避检测
Browse files Browse the repository at this point in the history
  • Loading branch information
ldm0206 committed Dec 30, 2024
1 parent 3a85ae6 commit 0c88a8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rules/special/original/faloo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ export class faloo extends BaseRuleClass {
this.attachmentMode = "TM";
this.concurrencyLimit = 1;
this.maxRunLimit = 1;
this.sleepTime = 900;
this.maxSleepTime = 2000;
this.sleepTime = 1000;
this.maxSleepTime = 5000;
}
public async bookParse() {
const bookUrl = document.location.href;
Expand Down

0 comments on commit 0c88a8d

Please sign in to comment.