mirror of
https://git.wownero.com/wowlet/wowlet-backend.git
synced 2024-08-15 01:03:13 +00:00
throttle crypto task more
This commit is contained in:
parent
7e07546c66
commit
8b8fb1a7d4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue