From a5f8c01802d4f7134d70311594617331a1724583 Mon Sep 17 00:00:00 2001 From: Vamsi Krishna B Date: Sun, 22 May 2022 12:25:01 +0530 Subject: [PATCH] reduce price fetch interval --- lib/zcash_explorer/price/price_warmer.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/zcash_explorer/price/price_warmer.ex b/lib/zcash_explorer/price/price_warmer.ex index 89cc741..34fd29a 100644 --- a/lib/zcash_explorer/price/price_warmer.ex +++ b/lib/zcash_explorer/price/price_warmer.ex @@ -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.