Fix Metaproxy stops logging after check config failed MP-590
[metaproxy-moved-to-github.git] / etc / config-loc.xml
index 3549e40..946da74 100644 (file)
@@ -81,12 +81,13 @@ the following databaseNames (virtual databases):
     </filter>
 
   </filters>
-  <routes>  
+  <routes>
     <route id="start">
       <filter type="frontend_net">
         <port>@:7090</port>
         <!-- maximum connections within a minute from same IP -->
-        <connect-max>10</connect-max> 
+        <threads>100</threads>
+        <connect-max>10</connect-max>
       </filter>
 
       <!-- converts SRU to Z39.50 and back -->
@@ -110,7 +111,7 @@ the following databaseNames (virtual databases):
       <filter type="limit">
         <limit bandwidth="50000" pdu="100" search="5" retrieve="50"/>
       </filter>
-      <filter type="session_shared"> 
+      <filter type="session_shared">
        <resultset ttl="10" max="3"/>
        <session ttl="30"/>
       </filter>
@@ -178,7 +179,7 @@ the following databaseNames (virtual databases):
 
       </filter>
 
-      <!-- merge and route -->deals with merging of target results and is also
+      <!-- merge and route -->
       <filter type="multi">
         <target route="idtest">localhost*</target>
         <target route="lcdb_utf8">z3950.loc.gov:7097/LCDB_UTF8</target>
@@ -201,6 +202,7 @@ the following databaseNames (virtual databases):
         </virtual>
       </filter>
       <filter type="load_balance"/>
+      <filter refid="marc8-records"/>
       <filter type="z3950_client"/>
       <filter type="bounce"/>
     </route>