File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ module github.com/ethersphere/bee/v2
22
33go 1.24.0
44
5+ toolchain go1.24.2
6+
57require (
68 contrib.go.opencensus.io/exporter/prometheus v0.4.2
79 github.com/armon/go-radix v1.0.0
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import (
2222)
2323
2424// loggerName is the tree path name of the logger for this package.
25- const loggerName = "pinpong "
25+ const loggerName = "pingpong "
2626
2727const (
2828 protocolName = "pingpong"
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const loggerName = "salud"
2626
2727const (
2828 requestTimeout = time .Second * 10
29- initialBackoffDelay = 5 * time .Second
29+ initialBackoffDelay = 10 * time .Second
3030 maxBackoffDelay = 5 * time .Minute
3131 backoffFactor = 2
3232 DefaultMinPeersPerBin = 4
You can’t perform that action at this time.
0 commit comments