Skip to content

Commit

Permalink
Merge pull request #464 from helium/jg/shrink-region-cache-ttl
Browse files Browse the repository at this point in the history
shrink region cache ttl
  • Loading branch information
madninja authored Apr 18, 2023
2 parents e881a35 + 1be9040 commit c3bc066
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 c3bc066

Please sign in to comment.