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>
9 <bandwidth>500000</bandwidth>
12 <limit><!-- limits .. -->
13 <bandwidth>200000</bandwidth>
15 <retrieve>20</retrieve>
17 <attribute type="1" value="10" error="114"/>
18 <target-timeout>300</target-timeout>
19 <client-timeout>180</client-timeout>
20 <syntax type="usmarc"/>
21 <syntax type="xml" marcxml="1"/>
22 <syntax type="*" error="238"/>
25 <target name="localhost">
26 <url>localhost:9999</url>
27 <keepalive/> <!-- keepalive enabled -->
28 <limit><!-- limits .. -->
29 <bandwidth>50000</bandwidth>
31 <retrieve>10</retrieve>
33 <target-timeout>300</target-timeout>
34 <client-timeout>180</client-timeout>
35 <attribute type="1" value="10,1023-9000" error="114"/>
36 <syntax type="usmarc"/>
38 <syntax type="xml" marcxml="1"/>
39 <syntax type="*" error="238"/>
43 <!-- everything else -->
45 <max-clients>500</max-clients>