mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-03 02:39:24 +01:00
Increase maxItems from 3000 to 15000.
3000 items are about 180.325 kB. For nodes not being online for longer the repeated requests consumes quite some time. With 15k we can expect a 1 MB payload which is still acceptable. Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
This commit is contained in:
parent
92283de42a
commit
bf6128306f
1 changed files with 1 additions and 1 deletions
|
@ -400,7 +400,7 @@ public final class TradeStatistics3 implements ProcessOncePersistableNetworkPayl
|
|||
|
||||
@Override
|
||||
public int maxItems() {
|
||||
return 3000;
|
||||
return 15000;
|
||||
}
|
||||
|
||||
public void pruneOptionalData() {
|
||||
|
|
Loading…
Add table
Reference in a new issue