Staleness check is done centrally at ServiceRegistryUpdater
Bugfix: If upstream is inactive, the refresher will override timestamps with current time so that all nodes don't go stale in one minute
Performance optimization: Introduced ForkJoinPool for hub refresh. Default pool of 20 or processor count whichever is higher. Significant improvement in startup time.