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

Commit

Permalink
Merge pull request #93 from binance-chain/maxPerpage
Browse files Browse the repository at this point in the history
revert maxPerPage change
  • Loading branch information
unclezoro authored May 27, 2019
2 parents 801964e + 861c86f commit 9625a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/core/pipe.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
const (
// see README
defaultPerPage = 30
maxPerPage = 100
maxPerPage = 10000

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

0 comments on commit 9625a44

Please sign in to comment.