[Opensrf-commits] r1351 - trunk/examples
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Jun 30 15:53:17 EDT 2008
Author: dbs
Date: 2008-06-30 15:53:13 -0400 (Mon, 30 Jun 2008)
New Revision: 1351
Modified:
trunk/examples/opensrf.xml.example
Log:
Switch to 'localhost' and standard port for memcached
Fix trivial typo in PID name
Modified: trunk/examples/opensrf.xml.example
===================================================================
--- trunk/examples/opensrf.xml.example 2008-06-30 19:48:16 UTC (rev 1350)
+++ trunk/examples/opensrf.xml.example 2008-06-30 19:53:13 UTC (rev 1351)
@@ -44,7 +44,7 @@
<servers>
<!-- memcached server ip:port -->
- <server>127.0.0.1:10101</server>
+ <server>localhost:11211</server>
</servers>
@@ -172,7 +172,7 @@
<max_requests>17</max_requests>
<unix_config>
<unix_sock>opensrf.settings_unix.sock</unix_sock>
- <unix_pid>opoensrf.settings_unix.pid</unix_pid>
+ <unix_pid>opensrf.settings_unix.pid</unix_pid>
<max_requests>1000</max_requests>
<unix_log>opensrf.settings_unix.log</unix_log>
<min_children>5</min_children>
More information about the opensrf-commits
mailing list