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.
StringBuilderCapacityThreshold
1 parent 8d0e2ed commit e059e9fCopy full SHA for e059e9f
src/Serilog/Rendering/ReusableStringWriter.cs
@@ -11,7 +11,7 @@ class ReusableStringWriter : StringWriter
11
/// <summary>
12
/// Max capacity of StringBuilder we keep for next using
13
/// </summary>
14
- const int StringBuilderCapacityThreshold = 32678;
+ const int StringBuilderCapacityThreshold = 32768;
15
16
17
/// Gets already created StringWriter if there is one available or creates a new one.
0 commit comments