diff --git a/src/FilterLists.Services/Snapshot/Snapshot.cs b/src/FilterLists.Services/Snapshot/Snapshot.cs index 4780c8f2f..bad27c361 100644 --- a/src/FilterLists.Services/Snapshot/Snapshot.cs +++ b/src/FilterLists.Services/Snapshot/Snapshot.cs @@ -19,7 +19,7 @@ namespace FilterLists.Services.Snapshot { public class Snapshot { - private const int BatchSize = 10000; + private const int BatchSize = 5000; public readonly FilterListViewUrlDto List; protected readonly Data.Entities.Snapshot SnapEntity; private readonly FilterListsDbContext dbContext;