Until now the reload ratio was computed if no dataReloadRatio is provided in the inputs. That seemed like a reasonable default but it is also too implicit.
Introduce a config option and only compute it if the option is provided.
Test Plan
npm run test
Execute the manifest file with and without the new option.
…tation
Until now the reload ratio was computed if no dataReloadRatio is provided in the inputs. That seemed like a reasonable default but it is also too implicit.
Introduce a config option and only compute it if the option is provided.
Test Plan
npm run test
Execute the manifest file with and without the new option.