7d8621c29e0bdcf50348805047fd22db00c3d69b
[yazpp-moved-to-github.git] / src / config.xml
1 <?xml version="1.0"?>
2 <!-- $Id: config.xml,v 1.15 2003-10-23 11:57:23 adam Exp $ -->
3 <proxy>
4   <target default="1" name="voyager">
5     <!-- default target -->
6     <url>bagel.indexdata.dk</url>
7     <target-timeout>240</target-timeout>
8     <client-timeout>180</client-timeout>
9     <keepalive>
10       <bandwidth>1000000</bandwidth>
11       <pdu>1000</pdu>
12     </keepalive>
13     <limit><!-- per minute limits .. -->
14       <bandwidth>2000000</bandwidth>
15       <pdu>50</pdu>
16       <retrieve>100</retrieve>
17     </limit>
18     <attribute type="1" value="1-11,13-1010"/>
19     <attribute type="1" value="*" error="114"/>
20     <syntax type="opac"/>
21     <syntax type="usmarc"/>
22     <syntax type="none"/>
23     <syntax type="xml" marcxml="1"/>
24     <syntax type="*" error="238"/>
25     <preinit>0</preinit>
26   </target>
27   <target name="localhost">
28     <url>localhost:9999</url>
29     <url>localhost:9998</url>
30     <target-timeout>300</target-timeout>
31     <client-timeout>180</client-timeout>
32     <keepalive/> <!-- keepalive enabled -->
33     <limit><!-- limits .. -->
34       <bandwidth>50000</bandwidth>
35       <pdu>60</pdu>
36       <retrieve>10</retrieve>
37     </limit>
38     <attribute type="1" value="1-1023"/>
39     <attribute type="1" value="*" error="114"/>
40     <syntax type="usmarc"/>
41     <syntax type="grs1"/>
42     <syntax type="xml" marcxml="1"/>
43     <syntax type="none"/>
44     <syntax type="*" error="238"/>
45     <preinit>2</preinit>
46   </target>
47   <target name="*">
48     <!-- everything else -->
49   </target>
50   <max-clients>50</max-clients>
51   <log>client-apdu server-apdu</log>
52 </proxy>