From dec08fc0ed7adbc8a896ff96af29264e03af4dcb Mon Sep 17 00:00:00 2001 From: Christopher Jolly Date: Tue, 8 Nov 2022 21:47:42 +0800 Subject: [PATCH] make modification command bath size to 1 --- src/EFCore.Jet/Update/Internal/JetModificationCommandBatch.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EFCore.Jet/Update/Internal/JetModificationCommandBatch.cs b/src/EFCore.Jet/Update/Internal/JetModificationCommandBatch.cs index 1c166b6..3bd0e80 100644 --- a/src/EFCore.Jet/Update/Internal/JetModificationCommandBatch.cs +++ b/src/EFCore.Jet/Update/Internal/JetModificationCommandBatch.cs @@ -30,7 +30,7 @@ namespace EntityFrameworkCore.Jet.Update.Internal /// public JetModificationCommandBatch( [NotNull] ModificationCommandBatchFactoryDependencies dependencies) - : base(dependencies) + : base(dependencies,1) { // See https://support.office.com/en-us/article/access-specifications-0cf3c66f-9cf2-4e32-9568-98c1025bb47c // for Access specifications and limits.