serilog / serilog-sinks-periodicbatching

Infrastructure for Serilog sinks that process events in batches.
Apache License 2.0
71 stars 29 forks source link

Summary for QueueLimit in PeriodicBatchingSinkOptions wrong #50

Closed HakanL closed 4 years ago

HakanL commented 4 years ago

Says default is 10,000, but it's set to 100,000. https://github.com/serilog/serilog-sinks-periodicbatching/blob/dev/src/Serilog.Sinks.PeriodicBatching/Sinks/PeriodicBatching/PeriodicBatchingSinkOptions.cs#L45

nblumhardt commented 4 years ago

Thanks, this is a docs bug, I'll fix in-place 👍