load-balance

Controls the behavior when multiple servers with the same configured priority are available.

Syntax

load-balance = {yes | no}

Description

Specifies if round robin load balancing is used when multiple servers are configured with the same priority.

Options

yes
All requests are sent to matching servers in a round-robin fashion.
no
All requests are sent to the first matching server that is available. The matching order is the order they appear in the configuration file.

Usage

This stanza entry is optional.

Default value

The default value is yes.

Example

load-balance = yes