Skip to content

Commit

Permalink
shrink region cache ttl
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffgrunewald committed Apr 18, 2023
1 parent e881a35 commit 1be9040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iot_verifier/src/region_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use iot_config::client::{
use retainer::Cache;
use std::time::Duration;

const CACHE_TTL: u64 = 86400;
const CACHE_TTL: u64 = 10_800;

pub struct RegionCache {
pub iot_config_client: IotConfigClient,
Expand Down

0 comments on commit 1be9040

Please sign in to comment.