Skip to content

Commit

Permalink
bugfix: Increased the time to write to the node to the nodeDb after g…
Browse files Browse the repository at this point in the history
…etting the node record
  • Loading branch information
gameofpointers authored and wizeguyy committed Jan 25, 2023
1 parent b060295 commit 3717d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/discover/table.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const (
refreshInterval = 30 * time.Minute
revalidateInterval = 10 * time.Second
copyNodesInterval = 30 * time.Second
seedMinTableTime = 1 * time.Second
seedMinTableTime = 30 * time.Second
seedCount = 30
seedMaxAge = 5 * 24 * time.Hour
)
Expand Down

0 comments on commit 3717d14

Please sign in to comment.