change to firm up consul tests

This commit is contained in:
Tom Pallister
2018-05-07 08:25:16 +01:00
parent a2c7fda4c9
commit 54c7464919
2 changed files with 5 additions and 5 deletions

View File

@ -40,7 +40,7 @@ namespace Ocelot.Configuration.Repository
_polling = true;
await Poll();
_polling = false;
}, null, 0, _config.Delay);
}, null, _config.Delay, _config.Delay);
}
private async Task Poll()