cache control

This commit is contained in:
realaravinth
2021-05-30 17:55:11 +05:30
parent 1aaf362b0c
commit 2ea818591e
3 changed files with 18 additions and 9 deletions

View File

@@ -86,7 +86,7 @@ pub static PKG_NAME: &str = env!("CARGO_PKG_NAME");
pub static PKG_DESCRIPTION: &str = env!("CARGO_PKG_DESCRIPTION");
pub static PKG_HOMEPAGE: &str = env!("CARGO_PKG_HOMEPAGE");
pub const CACHE_AGE: u32 = 365 * 24 * 3600;
pub const CACHE_AGE: u32 = 604800;
#[cfg(not(tarpaulin_include))]
#[actix_web::main]