Skip to content

Commit ba174d9

Browse files
Lower buffer size
1 parent caf047f commit ba174d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extensions/Json/Cosmos.DataTransfer.JsonExtension/Settings/JsonFormatWriterSettings.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ public class JsonFormatWriterSettings : IDataExtensionSettings
66
{
77
public bool IncludeNullFields { get; set; }
88
public bool Indented { get; set; }
9-
public int BufferSizeMB { get; set; } = 200;
9+
public int BufferSizeMB { get; set; } = 50;
1010
}
1111
}

0 commit comments

Comments
 (0)