From addfcd2beadc0c657e6df923141a9d084fae6ffd Mon Sep 17 00:00:00 2001 From: scottmk Date: Tue, 6 Jul 2010 15:51:31 +0000 Subject: [PATCH] Add a configuration entry for the qstore server. This entry will look just like the entry for open-ils.cstore, except: 1. The is oils_qstore.so instead of oils_cstore.so, obviously. 2. There is no need (or use) for the max_query_recursion element. M Open-ILS/examples/opensrf.xml.example git-svn-id: svn://svn.open-ils.org/ILS/trunk@16850 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/examples/opensrf.xml.example | 29 +++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/Open-ILS/examples/opensrf.xml.example b/Open-ILS/examples/opensrf.xml.example index 98fb60a066..af9c045ba4 100644 --- a/Open-ILS/examples/opensrf.xml.example +++ b/Open-ILS/examples/opensrf.xml.example @@ -881,6 +881,35 @@ vim:et:ts=4:sw=4: + + 6 + 1 + C + oils_qstore.so + 200 + + 1000 + 1 + 15 + 1 + 5 + + + pgsql + + master + 2 + postgres + localhost + 5432 + postgres + evergreen + UTF-8 + + + + + 1 1 -- 2.43.2