max-threads and stack-size set in installed config
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 1 Oct 2015 08:54:31 +0000 (10:54 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 1 Oct 2015 08:54:31 +0000 (10:54 +0200)
debian/metaproxy.xml

index 45c86a1..1dce425 100644 (file)
@@ -4,7 +4,9 @@
   <start route="start"/>
   <filters>
     <filter id="frontend" type="frontend_net">
-      <threads>50</threads>
+      <threads>10</threads>
+      <max-threads>1000</max-threads>
+      <stack-size>512</stack-size>
       <port>@:9000</port>
       <include src="ports.d/*.xml"/>
       <message>FN</message>