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 4be8575 commit 3c3c08bCopy full SHA for 3c3c08b
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 int FlushIntervalMs = 125;
+ private const double FlushIntervalMs = 1000.0 / 12.0;
35
private readonly ConcurrentCircularBuffer<LogEvent> _buffer;
36
private readonly AutoResetEvent _signal;
37
private readonly RichTextBoxSinkOptions _options;
0 commit comments