reduce price fetch interval

This commit is contained in:
Vamsi Krishna B 2022-05-22 12:25:01 +05:30
parent 9963772864
commit a5f8c01802
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ defmodule ZcashExplorer.Price.PriceWarmer do
Returns the interval for this warmer.
"""
def interval,
do: :timer.seconds(3)
do: :timer.seconds(30)
@doc """
Executes this cache warmer.