Skip to content

Commit

Permalink
调整 linovelib 的睡眠时间和最大睡眠时间
Browse files Browse the repository at this point in the history
  • Loading branch information
ldm0206 committed Feb 10, 2025
1 parent d13d208 commit 8c68cff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rules/twoPage/linovelib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import { sleep } from "../../lib/misc";

const chapterFixSleepTime = 2000;
const concurrencyLimit = 1;
const sleepTime = 600;
const maxSleepTime = 3000;
const sleepTime = 1200;
const maxSleepTime = 6000;
const maxRunLimit = 1;
export const linovelib = () => {
const ToCurl = document.location.href;
Expand Down

0 comments on commit 8c68cff

Please sign in to comment.