Skip to content

Commit

Permalink
batchsize = 500
Browse files Browse the repository at this point in the history
  • Loading branch information
collinbarrett committed Aug 20, 2018
1 parent ec2802a commit 0851f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FilterLists.Services/Snapshot/Snapshot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace FilterLists.Services.Snapshot
{
public class Snapshot
{
private const int BatchSize = 1000;
private const int BatchSize = 500;
private readonly FilterListsDbContext dbContext;
private readonly FilterListViewUrlDto list;
private readonly Data.Entities.Snapshot snapEntity;
Expand Down

0 comments on commit 0851f2f

Please sign in to comment.