use default success ping time - 120 mins

This commit is contained in:
fmtabbara
2023-06-07 11:56:44 +01:00
parent 0320220219
commit dd86ba36dd
+1 -1
View File
@@ -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)]