Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 9625a44

Browse files
authored
Merge pull request #93 from binance-chain/maxPerpage
revert maxPerPage change
2 parents 801964e + 861c86f commit 9625a44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rpc/core/pipe.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
const (
2121
// see README
2222
defaultPerPage = 30
23-
maxPerPage = 100
23+
maxPerPage = 10000
2424

2525
// SubscribeTimeout is the maximum time we wait to subscribe for an event.
2626
// must be less than the server's write timeout (see rpcserver.DefaultConfig)

0 commit comments

Comments
 (0)