Increased .crypto refresh from 1h to 2h to prevent monthly ratelimits

This commit is contained in:
Kwoth
2022-01-22 18:22:35 +01:00
parent 50346fc5b4
commit 411b873c84

View File

@@ -90,7 +90,7 @@ namespace NadekoBot.Modules.Searches.Services
return default;
}
}, "", TimeSpan.FromHours(1));
}, "", TimeSpan.FromHours(2));
return JsonConvert.DeserializeObject<CryptoResponse>(fullStrData).Data;
}