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:
parent
39b6a19f90
commit
dfb5977324
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue