mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -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;
|
return default;
|
||||||
}
|
}
|
||||||
|
|
||||||
}, "", TimeSpan.FromHours(1));
|
}, "", TimeSpan.FromHours(2));
|
||||||
|
|
||||||
return JsonConvert.DeserializeObject<CryptoResponse>(fullStrData).Data;
|
return JsonConvert.DeserializeObject<CryptoResponse>(fullStrData).Data;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user