Skip to content

Commit ec57280

Browse files
committed
Update RichTextBoxSink.cs
1 parent 23f0bb6 commit ec57280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Serilog.Sinks.RichTextBox.WinForms.Colored/Sinks/RichTextBoxForms/RichTextBoxSink.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ namespace Serilog.Sinks.RichTextBoxForms
3131
{
3232
public class RichTextBoxSink : ILogEventSink, IDisposable
3333
{
34-
private const double FlushIntervalMs = 1000.0 / 12.0;
34+
private const double FlushIntervalMs = 1000.0 / 16.0;
3535
private readonly ConcurrentCircularBuffer<LogEvent> _buffer;
3636
private readonly AutoResetEvent _signal;
3737
private readonly RichTextBoxSinkOptions _options;

0 commit comments

Comments
 (0)