diff --git a/scrapper/src/main.rs b/scrapper/src/main.rs index 77791f5..d700775 100644 --- a/scrapper/src/main.rs +++ b/scrapper/src/main.rs @@ -103,7 +103,7 @@ async fn main() -> Result<(), anyhow::Error> { .await; if published { info!("Published {:?}", news_post); - redis_service.flag_key(&title, 60 * 60 * 24 * 3).await; + redis_service.flag_key(&title, 60 * 60 * 24 * 14).await; } }; }