Skip to content

Commit 2baee43

Browse files
committed
p2p/discover: update peer revalidate internal
1 parent 319c18c commit 2baee43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

p2p/discover/table.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const (
5454
tableIPLimit, tableSubnet = 10, 24
5555

5656
refreshInterval = 30 * time.Minute
57-
revalidateInterval = 10 * time.Second
57+
revalidateInterval = 5 * time.Minute
5858
copyNodesInterval = 30 * time.Second
5959
seedMinTableTime = 5 * time.Minute
6060
seedCount = 30

0 commit comments

Comments
 (0)