2 <!-- $Id: config.xml,v 1.11 2003-10-14 13:48:26 adam Exp $ -->
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="1-11,13-1010"/>
18 <attribute type="1" value="*" error="114"/>
19 <target-timeout>300</target-timeout>
20 <client-timeout>180</client-timeout>
21 <syntax type="usmarc"/>
22 <syntax type="xml" marcxml="1"/>
23 <syntax type="*" error="238"/>
26 <target name="localhost">
27 <url>localhost:9999</url>
28 <keepalive/> <!-- keepalive enabled -->
29 <limit><!-- limits .. -->
30 <bandwidth>50000</bandwidth>
32 <retrieve>10</retrieve>
34 <target-timeout>300</target-timeout>
35 <client-timeout>180</client-timeout>
36 <attribute type="1" value="10,1023-9000" error="114"/>
37 <syntax type="usmarc"/>
39 <syntax type="xml" marcxml="1"/>
40 <syntax type="*" error="238"/>
44 <!-- everything else -->
46 <max-clients>500</max-clients>