Skip to content

Commit

Permalink
increase log fetch count
Browse files Browse the repository at this point in the history
  • Loading branch information
totegamma committed Jun 10, 2024
1 parent 836b64b commit fd53da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/store/repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func (r *repository) Since(ctx context.Context, since string) ([]core.CommitLog,
"repository-all",
since,
},
Count: 64,
Count: 4096,
Block: 0,
}).Result()

Expand Down

0 comments on commit fd53da0

Please sign in to comment.