Skip to content

Commit d9a1e86

Browse files
author
Cesar Romero Silva
committed
* Formatting
1 parent 4d7fdf1 commit d9a1e86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BulkOperation.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ private static void MapEntity(this SqlBulkCopy bulk)
5959
private static void ConfigureOptions(this SqlBulkCopy bulk)
6060
{
6161
bulk.EnableStreaming = true;
62-
bulk.BatchSize = 10000;
63-
bulk.NotifyAfter = 1000;
62+
bulk.BatchSize = 10_000;
63+
bulk.NotifyAfter = 1_000;
6464
}
6565

6666
private static void ConfigureLog(this SqlBulkCopy bulk)

0 commit comments

Comments
 (0)