Header
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 3 Oct 2003 13:02:02 +0000 (13:02 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 3 Oct 2003 13:02:02 +0000 (13:02 +0000)
src/config.xml [new file with mode: 0644]

diff --git a/src/config.xml b/src/config.xml
new file mode 100644 (file)
index 0000000..c466a8d
--- /dev/null
@@ -0,0 +1,31 @@
+<?xml version="1.0"?>
+<!-- $Id -->
+<proxy>
+  <target default="1" name="voyager">
+    <!-- default target -->
+    <url>z3950.loc.gov:7090/voyager</url>
+    <keepalive>1</keepalive>
+    <limit><!-- limits .. -->
+      <bandwidth>200000</bandwidth>
+      <pdu>31</pdu>
+      <retrieve>20</retrieve>
+    </limit>
+    <query type="1" value="10" error="114"/>
+    <target-timeout>120</target-timeout>
+    <client-timeout>20</client-timeout>
+  </target>
+  <target name="localhost">
+    <url>localhost:9999</url>
+    <keepalive>0</keepalive>
+    <limit><!-- limits .. -->
+      <bandwidth>50000</bandwidth>
+      <pdu>11</pdu>
+      <retrieve>10</retrieve>
+    </limit>
+    <query type="1" value="10" error="114"/>
+  </target>
+  <target name="*">
+    <!-- everything else -->
+  </target>
+  <max-clients>1</max-clients>
+</proxy>