From 98cce75aa968ea0936918fdfebd4fd5379601a8c Mon Sep 17 00:00:00 2001 From: George Lima Date: Wed, 2 Jan 2019 16:18:15 -0300 Subject: [PATCH] hotfix: decrease metricsrefreshtime --- config/daemon/zcashd-child-process.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/daemon/zcashd-child-process.js b/config/daemon/zcashd-child-process.js index 379294c..a67825e 100644 --- a/config/daemon/zcashd-child-process.js +++ b/config/daemon/zcashd-child-process.js @@ -31,7 +31,7 @@ const getDaemonOptions = ({ username, password }) => { const defaultOptions = [ '-showmetrics', '--metricsui=0', - '-metricsrefreshtime=3', + '-metricsrefreshtime=1', `-rpcuser=${username}`, `-rpcpassword=${password}`, ];