SRW/SRU 1.1. Bug fixes. cql2pqf, explain, zeerex.
[yazpp-moved-to-github.git] / etc / config.xml
1 <?xml version="1.0"?>
2 <!-- $Id: config.xml,v 1.3 2003-12-20 22:44:30 adam Exp $ -->
3 <proxy>
4   <target name="bagel">
5     <!-- default target -->
6     <url>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     <cql2rpn>pqf.properties</cql2rpn>
27     <zeerex>zeerex.xml</zeerex>
28   </target>
29   <target default="1" name="localhost">
30     <url>localhost:9999</url>
31     <target-timeout>300</target-timeout>
32     <client-timeout>180</client-timeout>
33     <keepalive/> <!-- keepalive enabled -->
34     <limit><!-- limits .. -->
35       <bandwidth>50000</bandwidth>
36       <pdu>60</pdu>
37       <retrieve>10</retrieve>
38     </limit>
39     <attribute type="1" value="1-1023"/>
40     <attribute type="1" value="*" error="114"/>
41     <syntax type="usmarc"/>
42     <syntax type="grs1"/>
43     <syntax type="xml" marcxml="1"/>
44     <syntax type="none"/>
45     <syntax type="*" error="238"/>
46     <preinit>2</preinit>
47     <cql2rpn>pqf.properties</cql2rpn>
48     <zeerex>zeerex.xml</zeerex>
49   </target>
50   <target name="*">
51     <!-- everything else -->
52   </target>
53   <max-clients>50</max-clients>
54 </proxy>