Related to #616 DynamicConfig has update interval of 1 minute. However it rarely changes and there is not easy way to know has it changed or not. This causes unnecessary warning queries (at least). By adding version number to DynamicConfig and increasing it when doing changes we could avoid unnecessary updates. We could also save latest DynamicConfig to disk and make app startup faster using it. We could then update it later and save it to disk again if changed.
Related to #616 DynamicConfig has update interval of 1 minute. However it rarely changes and there is not easy way to know has it changed or not. This causes unnecessary warning queries (at least). By adding version number to DynamicConfig and increasing it when doing changes we could avoid unnecessary updates. We could also save latest DynamicConfig to disk and make app startup faster using it. We could then update it later and save it to disk again if changed.