mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Increase GetDataRequestHandler.MAX_ENTRIES to 20 000.
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
This commit is contained in:
parent
99973e4edf
commit
dcb736d497
@ -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