diff --git a/explorer-api/src/service_providers/http.rs b/explorer-api/src/service_providers/http.rs index 2ec16277a1..88f3b2ad29 100644 --- a/explorer-api/src/service_providers/http.rs +++ b/explorer-api/src/service_providers/http.rs @@ -10,7 +10,7 @@ const SERVICE_PROVIDER_WELLKNOWN_URL: &str = "https://nymtech.net/.wellknown/connect/service-providers.json"; const HARBOUR_MASTER_URL: &str = "https://harbourmaster.nymtech.net/v1/services"; -const HM_SINCE_MIN: u32 = 60; +const HM_SINCE_MIN: u32 = 120; const HM_SIZE: u8 = 100; #[derive(Debug)]