blob: a03b1ee8100de3b3933067b9e76f5eeae80e35f1 [file] [log] [blame]
Oliver Smith667f19b2019-11-08 18:16:30 +01001<configuration name="distributor.conf" description="Distributor Configuration">
2 <lists>
3 <!-- every 10 calls to test you will get foo1 once and foo2 9 times...yes NINE TIMES! -->
4 <!-- this is not the same as 100 with 10 and 90 that would do foo1 10 times in a row then foo2 90 times in a row -->
5 <list name="test" total-weight="10">
6 <node name="foo1" weight="1"/>
7 <node name="foo2" weight="9"/>
8 </list>
9 </lists>
10</configuration>