in src/ConfigurationClientManager.ts [142:148]
async refreshClients() {
const currentTime = Date.now();
if (this.#isFailoverable &&
currentTime >= this.#lastFallbackClientRefreshAttempt + MINIMAL_CLIENT_REFRESH_INTERVAL) {
await this.#discoverFallbackClients(this.endpoint.hostname);
}
}