move back to 4 trips for obsaddr

This commit is contained in:
Cassandra Heart 2024-10-24 02:36:18 -05:00
parent cd4a4c3978
commit 840df58634
No known key found for this signature in database
GPG Key ID: 6352152859385958

View File

@ -19,7 +19,7 @@ import (
// can be contacted on. The "seen" events expire by default after 40 minutes
// (OwnObservedAddressTTL * ActivationThreshold). The are cleaned up during
// the GC rounds set by GCInterval.
var ActivationThresh = 1
var ActivationThresh = 4
// observedAddrManagerWorkerChannelSize defines how many addresses can be enqueued
// for adding to an ObservedAddrManager.