1 write to _terminalLogFlushTimeout
Aspire.Hosting (1)
Dcp\DcpResourceWatcher.cs (1)
112
_terminalLogFlushTimeout
= value > TimeSpan.Zero ? value : s_defaultTerminalLogFlushTimeout;
3 references to _terminalLogFlushTimeout
Aspire.Hosting (3)
Dcp\DcpResourceWatcher.cs (3)
109
get =>
_terminalLogFlushTimeout
;
437
timeoutCts.CancelAfter(
_terminalLogFlushTimeout
);
471
_logger.LogDebug("Current log flush for {ResourceName} timed out after {Timeout}.", resource.Metadata.Name,
_terminalLogFlushTimeout
);