From 0c88a8d0ff56aab9c62319925991f34d2583a3fa Mon Sep 17 00:00:00 2001 From: ldm2060 Date: Mon, 30 Dec 2024 22:54:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=A3=9E=E5=8D=A2=E7=9D=A1?= =?UTF-8?q?=E7=9C=A0=E6=97=B6=E9=97=B4=E5=92=8C=E6=9C=80=E5=A4=A7=E7=9D=A1?= =?UTF-8?q?=E7=9C=A0=E6=97=B6=E9=97=B4=E4=BB=A5=E8=A7=84=E9=81=BF=E6=A3=80?= =?UTF-8?q?=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/rules/special/original/faloo.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rules/special/original/faloo.ts b/src/rules/special/original/faloo.ts index 594f2c17..5ccaa31a 100644 --- a/src/rules/special/original/faloo.ts +++ b/src/rules/special/original/faloo.ts @@ -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;