Skip to content

Commit

Permalink
fix: node
Browse files Browse the repository at this point in the history
  • Loading branch information
istae committed Nov 9, 2022
1 parent acab40d commit 4633789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/node/node.go
Expand Up @@ -934,7 +934,7 @@ func NewBee(interrupt chan struct{}, sysInterrupt chan os.Signal, addr string, p

var pullerService *puller.Puller
if o.FullNodeMode && !o.BootnodeMode {
pullerService = puller.New(stateStore, kad, batchStore, pullSyncProtocol, logger, puller.Options{SyncSleepDur: puller.DefaultSyncSleepDur}, warmupTime)
pullerService = puller.New(stateStore, kad, batchStore, pullSyncProtocol, logger, puller.Options{SyncSleepDur: puller.DefaultSyncErrorSleepDur}, warmupTime)
b.pullerCloser = pullerService
}

Expand Down

0 comments on commit 4633789

Please sign in to comment.