Skip to content

Commit cae0a4a

Browse files
authored
Merge pull request #529 from shutter-network/fix/reduce-block-sync-batch-size
Reduce block sync batch size
2 parents 77772ca + 8ba5b31 commit cae0a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rolling-shutter/keyperimpl/gnosis/validatorsyncer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525

2626
const (
2727
ValidatorRegistrationMessageVersion = 0
28-
maxRequestBlockRange = 100000
28+
maxRequestBlockRange = 10_000
2929
)
3030

3131
type ValidatorSyncer struct {

0 commit comments

Comments
 (0)