diff --git a/src/FilterLists.Services/Snapshot/Snapshot.cs b/src/FilterLists.Services/Snapshot/Snapshot.cs index bad27c361..3265aa8d2 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 = 5000; + private const int BatchSize = 25000; public readonly FilterListViewUrlDto List; protected readonly Data.Entities.Snapshot SnapEntity; private readonly FilterListsDbContext dbContext;