mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
Increased .crypto refresh from 1h to 2h to prevent monthly ratelimits
This commit is contained in:
@@ -90,7 +90,7 @@ namespace NadekoBot.Modules.Searches.Services
|
||||
return default;
|
||||
}
|
||||
|
||||
}, "", TimeSpan.FromHours(1));
|
||||
}, "", TimeSpan.FromHours(2));
|
||||
|
||||
return JsonConvert.DeserializeObject<CryptoResponse>(fullStrData).Data;
|
||||
}
|
||||
|
Reference in New Issue
Block a user