Skip to content

Commit a55a23c

Browse files
committed
Modify cache time
1 parent ade8313 commit a55a23c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/env/state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use super::app::Env;
55
use crate::cache::GithubCache;
66
use dotenv::dotenv;
77

8-
const CACHE_TTL_SECS: u64 = 3600; // 1 hour
8+
const CACHE_TTL_SECS: u64 = 3 * 60 * 60;
99

1010
#[derive(Clone)]
1111
pub struct AppState {

0 commit comments

Comments
 (0)