From 8e9adf3aaa43ce7f610783a64bbfe5bd6ffba7b9 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Tue, 28 May 2019 10:17:19 -0700 Subject: [PATCH] CHANGELOG: apply CR Co-Authored-By: Dominic Della Valle --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 979194771..c816f77b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -81,7 +81,7 @@ DHT to repeatedly load and discard provider records. #### Improved Connection Management -Go-ipfs uses a service called the "connection manager" to rank connections them +Go-ipfs uses a service called the "connection manager" to rank connections by "usefulness" and close the least-useful ones when go-ipfs collects too many. TODO: Fixed race condition between handling new connections and tagging them.