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)
109get => _terminalLogFlushTimeout; 437timeoutCts.CancelAfter(_terminalLogFlushTimeout); 471_logger.LogDebug("Current log flush for {ResourceName} timed out after {Timeout}.", resource.Metadata.Name, _terminalLogFlushTimeout);