From 1b9d2d4608075ed87422d178dcf643e4e44ac3fb 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 (cherry picked from commit b476baebdc5a2ab4170476167aef94b7cdb677ab) --- 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 2b949abfb8..b045c53951 100644 --- a/pdns/pdns_recursor.cc +++ b/pdns/pdns_recursor.cc @@ -2888,7 +2888,7 @@ static unsigned int selectWorker(unsigned int hash) // cerr<<"total load is "< targetLoad) { ++g_stats.rebalancedQueries; do { -- 2.47.2