Skip to content

Commit

Permalink
chore: define min peers to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
EclesioMeloJunior committed Sep 25, 2024
1 parent a8b7889 commit 2f5c469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dot/sync/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (

const (
waitPeersDefaultTimeout = 10 * time.Second
minPeersDefault = 3
minPeersDefault = 1
)

var logger = log.NewFromGlobal(log.AddContext("pkg", "sync"))
Expand Down

0 comments on commit 2f5c469

Please sign in to comment.