Skip to content

Commit

Permalink
Merge pull request #7070 from HenrikJannsen/increase_maxItems_for_tra…
Browse files Browse the repository at this point in the history
…destatistics

Increase maxItems at requesting  trade statistic items
  • Loading branch information
alejandrogarcia83 authored Apr 9, 2024
2 parents 54b75ce + bf61283 commit b223388
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ public long getDateAsLong() {

@Override
public int maxItems() {
return 3000;
return 15000;
}

public void pruneOptionalData() {
Expand Down

0 comments on commit b223388

Please sign in to comment.