mirror of
https://github.com/Narcooo/inkos.git
synced 2026-05-22 20:30:35 +08:00
Config changes: - Remove dead auditCron (audit runs inside write pipeline) - writeCron: daily → every 15 min - radarCron: daily → every 6 hours - Add chaptersPerCycle, retryDelayMs, cooldownAfterChapterMs, maxChaptersPerDay Scheduler changes: - Parallel book processing (Promise.all) - Multi-chapter cycles per book - Immediate retry with 30s delay (was 24h wait) - Daily safety cap (default 50 chapters) - Better cronToMs parsing for minute-level crons