Skip to content

Commit

Permalink
Increase GetDataRequestHandler.MAX_ENTRIES to 20 000.
Browse files Browse the repository at this point in the history
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
  • Loading branch information
HenrikJannsen committed May 24, 2024
1 parent 53e87ec commit 9460dfe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
public class GetDataRequestHandler {
private static final long TIMEOUT = 240;

private static final int MAX_ENTRIES = 5000;
private static final int MAX_ENTRIES = 20_000; // Tradestatistics are about 20 000 in 2 months.

///////////////////////////////////////////////////////////////////////////////////////////
// Listener
Expand Down

0 comments on commit 9460dfe

Please sign in to comment.