We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f0bb6 commit ec57280Copy full SHA for ec57280
Serilog.Sinks.RichTextBox.WinForms.Colored/Sinks/RichTextBoxForms/RichTextBoxSink.cs
@@ -31,7 +31,7 @@ namespace Serilog.Sinks.RichTextBoxForms
31
{
32
public class RichTextBoxSink : ILogEventSink, IDisposable
33
34
- private const double FlushIntervalMs = 1000.0 / 12.0;
+ private const double FlushIntervalMs = 1000.0 / 16.0;
35
private readonly ConcurrentCircularBuffer<LogEvent> _buffer;
36
private readonly AutoResetEvent _signal;
37
private readonly RichTextBoxSinkOptions _options;
0 commit comments