We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 801964e + 861c86f commit 9625a44Copy full SHA for 9625a44
1 file changed
rpc/core/pipe.go
@@ -20,7 +20,7 @@ import (
20
const (
21
// see README
22
defaultPerPage = 30
23
- maxPerPage = 100
+ maxPerPage = 10000
24
25
// SubscribeTimeout is the maximum time we wait to subscribe for an event.
26
// must be less than the server's write timeout (see rpcserver.DefaultConfig)
0 commit comments