Retry interval to fetch Node Status is 1 minute, but the interval of fetching Node Status is still 5 minutes.
Account data won't be fetched until Node Status is not retrieved. It prevents spamming to the unresponsive API endpoint.
Even if Node Status is retrieved and layerDurationSec is 0 there will be a minimum fetch interval, which is equal to 10 seconds right now. We may set up the higher number, but it may make sense to allow using less value for a Standalone node (but it is not a case of the standard User).
This fixes adds:
layerDurationSec
is0
there will be a minimum fetch interval, which is equal to 10 seconds right now. We may set up the higher number, but it may make sense to allow using less value for a Standalone node (but it is not a case of the standard User).