projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34f3a44
)
Correct opensrf.xml.example
author
Jason Boyer
<JBoyer@equinoxinitiative.org>
Wed, 16 Sep 2020 10:57:55 +0000
(06:57 -0400)
committer
Kyle Huckins
<khuckins@catalyte.io>
Thu, 21 Jan 2021 20:38:34 +0000
(20:38 +0000)
Add missing closing tag, include child process limits.
Signed-off-by: Jason Boyer <JBoyer@equinoxinitiative.org>
Open-ILS/examples/opensrf.xml.example
patch
|
blob
|
history
diff --git
a/Open-ILS/examples/opensrf.xml.example
b/Open-ILS/examples/opensrf.xml.example
index
1e6c981
..
36a4396
100644
(file)
--- a/
Open-ILS/examples/opensrf.xml.example
+++ b/
Open-ILS/examples/opensrf.xml.example
@@
-1282,6
+1282,11
@@
vim:et:ts=4:sw=4:
<unix_pid>courses_unix.pid</unix_pid>
<unix_log>courses_unix.log</unix_log>
<max_requests>100</max_requests>
+ <min_children>1</min_children>
+ <max_children>15</max_children>
+ <min_spare_children>1</min_spare_children>
+ <max_spare_children>5</max_spare_children>
+ </unix_config>
</open-ils.courses>
<open-ils.curbside>