T2624
Cashtab refreshes every time the websocket detects a new tx. Cashtab also checks on the utxo set at a fixed interval.
Right now, this is at 30s. However, since chronik triggers checks, but bch-api provides the utxos, occasionally we see instances where users must wait 30s for utxo set to refresh.
Reduce this to 5s while we work to get bch-api out.