Revert jnovel past_days_eligible to 4
All checks were successful
Run Tests on Code / run-tests (push) Successful in 0s
All checks were successful
Run Tests on Code / run-tests (push) Successful in 0s
This commit is contained in:
parent
0c6ae1fcb0
commit
c9998cad57
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
() => {
|
||||
|
|
Loading…
Reference in a new issue