mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
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:
commit
f03c29e238
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user