hotfix: decrease metricsrefreshtime

This commit is contained in:
George Lima 2019-01-02 16:18:15 -03:00
parent acc135802c
commit 98cce75aa9
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ const getDaemonOptions = ({ username, password }) => {
const defaultOptions = [
'-showmetrics',
'--metricsui=0',
'-metricsrefreshtime=3',
'-metricsrefreshtime=1',
`-rpcuser=${username}`,
`-rpcpassword=${password}`,
];