Changed timer interval to 1 second.
This commit is contained in:
parent
67a0f2d420
commit
6251b8f3e6
|
|
@ -37,7 +37,7 @@ namespace Microsoft.AspNet.Server.Kestrel.Http
|
|||
: this(
|
||||
systemClock: new SystemClock(),
|
||||
timeWithoutRequestsUntilIdle: TimeSpan.FromSeconds(10),
|
||||
timerInterval: TimeSpan.FromMilliseconds(200))
|
||||
timerInterval: TimeSpan.FromSeconds(1))
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue