diff --git a/src/FilterLists.Services/SnapshotService/SnapshotDe.cs b/src/FilterLists.Services/SnapshotService/SnapshotDe.cs index 366053f40..40a40face 100644 --- a/src/FilterLists.Services/SnapshotService/SnapshotDe.cs +++ b/src/FilterLists.Services/SnapshotService/SnapshotDe.cs @@ -11,7 +11,7 @@ namespace FilterLists.Services.SnapshotService { public class SnapshotDe { - private const int BatchSize = 100; + private const int BatchSize = 1000; private readonly FilterListsDbContext dbContext; private readonly FilterListViewUrlDto list; private Snapshot snapshot;