4 <target default="1" name="voyager">
5 <!-- default target -->
6 <url>z3950.loc.gov:7090/voyager</url>
7 <url>z3950.loc.gov:7094/voyager</url>
8 <keepalive>1</keepalive>
9 <limit><!-- limits .. -->
10 <bandwidth>200000</bandwidth>
12 <retrieve>20</retrieve>
14 <query type="1" value="10" error="114"/>
15 <target-timeout>180</target-timeout>
16 <client-timeout>120</client-timeout>
17 <syntax type="usmarc"/>
18 <syntax type="*" error="238"/>
20 <target name="localhost">
21 <url>localhost:9999</url>
22 <url>localhost:9998</url>
23 <keepalive>0</keepalive>
24 <limit><!-- limits .. -->
25 <bandwidth>50000</bandwidth>
27 <retrieve>10</retrieve>
29 <query type="1" value="10,1023-9000" error="114"/>
30 <syntax type="usmarc"/>
33 <syntax type="*" error="238"/>
36 <!-- everything else -->
38 <max-clients>500</max-clients>