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:
HenrikJannsen 2024-04-01 11:50:08 +07:00
parent 92283de42a
commit bf6128306f
No known key found for this signature in database
GPG key ID: 02AA2BAE387C8307

View file

@ -400,7 +400,7 @@ public final class TradeStatistics3 implements ProcessOncePersistableNetworkPayl
@Override
public int maxItems() {
return 3000;
return 15000;
}
public void pruneOptionalData() {