Skip to content

Commit 1e42e46

Browse files
committed
update peers ever 30s
1 parent e591cbc commit 1e42e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxy/receiver_proxy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var (
2020
requestsRLUSize = 4096
2121
requestsRLUTTL = time.Second * 12
2222

23-
peerUpdateTime = time.Minute * 5
23+
peerUpdateTime = time.Second * 30
2424

2525
replacementNonceSize = 4096
2626
replacementNonceTTL = time.Second * 5 * 12

0 commit comments

Comments
 (0)