Skip to content

Commit a08f87c

Browse files
committed
reduce pre-sign batch size
1 parent d1323b0 commit a08f87c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stader/node/node.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ func run(c *cli.Context) error {
189189
}
190190

191191
pageNumber := 0
192-
pageSize := 40
192+
pageSize := 5
193193
for {
194194
startIndex := pageNumber * pageSize
195195
if startIndex > len(validatorPubKeys) {

0 commit comments

Comments
 (0)