Finschia / cometbft

CometBFT (fork of Tendermint Core): A distributed, Byzantine fault-tolerant, deterministic state machine replication engine
https://docs.cometbft.com
Apache License 2.0
0 stars 0 forks source link

Change the maximum number of items per page from 100 to 10000 #39

Closed 0Tech closed 11 months ago

0Tech commented 11 months ago

The subject of the triage:

0Tech commented 11 months ago

The patch changes the default value of maximum count of the pagination. However, the purpose of the patch was solely for reducing the number of queries in the tests. It would be nice to make it configurable, but it seems unnecessary now.