diff --git a/src/stratifier.c b/src/stratifier.c index f31dac4f..c154713e 100644 --- a/src/stratifier.c +++ b/src/stratifier.c @@ -1251,7 +1251,7 @@ static void reassess_headroom(sdata_t *sdata, const proxy_t *proxy) } ck_runlock(&sdata->instance_lock); - if (headroom < 0) + if (headroom < 1) generator_recruit(sdata->ckp); }