From dd86ba36ddcd321aee561a95aecd861346c93367 Mon Sep 17 00:00:00 2001 From: fmtabbara Date: Wed, 7 Jun 2023 11:56:44 +0100 Subject: [PATCH] use default success ping time - 120 mins --- explorer-api/src/service_providers/http.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)]