Skip to content

Commit

Permalink
update peers ever 30s
Browse files Browse the repository at this point in the history
  • Loading branch information
dvush committed Nov 7, 2024
1 parent e591cbc commit 1e42e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/receiver_proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var (
requestsRLUSize = 4096
requestsRLUTTL = time.Second * 12

peerUpdateTime = time.Minute * 5
peerUpdateTime = time.Second * 30

replacementNonceSize = 4096
replacementNonceTTL = time.Second * 5 * 12
Expand Down

0 comments on commit 1e42e46

Please sign in to comment.