Skip to content

Commit

Permalink
📝 CPU factor is optional, improve description
Browse files Browse the repository at this point in the history
  • Loading branch information
spacetourist committed Jun 10, 2024
1 parent 79d8b5f commit 41e4103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/load_balancer/load_balancer.c
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ static int w_lb_start(struct sip_msg *req, int *grp_no,
return -5;
}
flags |= LB_FLAGS_PERCENT_WITH_CPU;
LM_DBG("using integrated estimation (percentage of max sessions with CPU factor estimation) \n");
LM_DBG("using integrated estimation (percentage of max sessions used, tracing real time allocations) \n");
break;
case 'n':
flags |= LB_FLAGS_NEGATIVE;
Expand Down

0 comments on commit 41e4103

Please sign in to comment.