RemoteConfigSourceOptions.reloadInterval
Home > @backstage/config-loader > RemoteConfigSourceOptions > reloadInterval
How often to reload the config from the remote URL, defaults to 1 minute.
Set to Infinity to disable reloading, for example { days: Infinity }.
Signature:
reloadInterval?: HumanDuration;