throttle crypto task more

This commit is contained in:
dsc 2023-08-29 22:38:37 +03:00
parent 7e07546c66
commit 8b8fb1a7d4
1 changed files with 1 additions and 1 deletions

View File

@ -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"