projects
/
metaproxy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b8d187
)
max-threads and stack-size set in installed config
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 1 Oct 2015 08:54:31 +0000
(10:54 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 1 Oct 2015 08:54:31 +0000
(10:54 +0200)
debian/metaproxy.xml
patch
|
blob
|
history
diff --git
a/debian/metaproxy.xml
b/debian/metaproxy.xml
index
45c86a1
..
1dce425
100644
(file)
--- a/
debian/metaproxy.xml
+++ b/
debian/metaproxy.xml
@@
-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>