mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2026-04-30 13:26:03 -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