diff --git a/src/jnovel/mod.rs b/src/jnovel/mod.rs index f120b38..76283e3 100644 --- a/src/jnovel/mod.rs +++ b/src/jnovel/mod.rs @@ -8,7 +8,7 @@ use crate::{HTTP_CLIENT}; use crate::jnovel::PartInfo::{NoParts, Part}; use crate::jnovel::PostInfo::{Chapter, Volume}; -static PAST_DAYS_ELIGIBLE: u8 = 8; +static PAST_DAYS_ELIGIBLE: u8 = 4; macro_rules! api_url { () => {