throttle crypto task more

master
dsc 8 months ago
parent 7e07546c66
commit 8b8fb1a7d4

@ -12,7 +12,7 @@ from wowlet_backend.factory import cache
class CryptoRatesTask(WowletTask):
def __init__(self, interval: int = 180):
def __init__(self, interval: int = 360):
super(CryptoRatesTask, self).__init__(interval)
self._cache_key = "crypto_rates"

Loading…
Cancel
Save