clarified comment. updated recency

This commit is contained in:
medentem 2025-01-09 23:10:57 -06:00
parent 4d4dec1b5f
commit 5ab322ac1f

View File

@ -66,9 +66,8 @@ enum RxSource {
// Coverage scaling factor // Coverage scaling factor
#define COVERAGE_SCALE_FACTOR 4.0f #define COVERAGE_SCALE_FACTOR 4.0f
// Recency threshold in minutes // How long will nodes remain in our coverage list
// Currently set to 1 hour because that is the minimum interval for nodeinfo broadcasts #define RECENCY_THRESHOLD_MINUTES 240
#define RECENCY_THRESHOLD_MINUTES 90
typedef int ErrorCode; typedef int ErrorCode;