From b476baebdc5a2ab4170476167aef94b7cdb677ab Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Fri, 29 Mar 2019 17:20:52 +0100 Subject: [PATCH] rec: Clarify that the server load should be >= to the pondered avg --- pdns/pdns_recursor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/pdns_recursor.cc b/pdns/pdns_recursor.cc index 704cf68eec..037d4af237 100644 --- a/pdns/pdns_recursor.cc +++ b/pdns/pdns_recursor.cc @@ -2398,7 +2398,7 @@ static unsigned int selectWorker(unsigned int hash) // cerr<<"total load is "< targetLoad) { ++g_stats.rebalancedQueries; do { -- 2.47.2