- lb_whitelist_services : reader section, use it for whitelist reader in LB when it fails.
- fallbacktimeout_percaid : global section.
- fallback_percaid : reader section, use reader as fallback for only caid defined.
fallback_percaid=<CAID>[,<CAID>]... wildcard CAIDs with two-digit CAIDs possible, default none.
If both fallback and fallback_percaid are used, only fallback_percaid is considered. It acts as a filter.
oder im user
- lb_nbest_readers = counts # set count of best readers for load balancing, -1 = use global lb_nbest_readers, default:-1
- lb_nfb_readers = counts # set count of fallback readers for load balancing, -1 = use global lb_nfb_readers, default:1
- lb_nbest_percaid = CAID1:count1[,CAID2:count2]... # set count of best readers per CAIDs for load balancing,
wildcard CAIDs with two-digit CAIDs possible, default:none
example: lb_nbest_percaid = 0100:4,0200:3,03:2,04:1 (wildcard CAIDs 03xx and 04xx)