Update HealthCheckPublisherOptions.cs

This seems wrong.

Presumably fixes: https://github.com/aspnet/Extensions/issues/1041\n\nCommit migrated from b3c88d78fe
This commit is contained in:
Glenn Condron 2019-02-04 15:14:37 -08:00 committed by Ryan Nowak
parent 39b6a19f90
commit dfb5977324
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ namespace Microsoft.Extensions.Diagnostics.HealthChecks
throw new ArgumentException($"The {nameof(Period)} must not be infinite.", nameof(value));
}
_delay = value;
_period = value;
}
}