Merge pull request #7113 from HenrikJannsen/increase-max-entries-at-get-data-request-handler

Increase GetDataRequestHandler.MAX_ENTRIES to 20 000.
This commit is contained in:
Alejandro García 2024-05-25 16:41:08 +00:00 committed by GitHub
commit f03c29e238
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,7 @@ import org.jetbrains.annotations.NotNull;
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