Showing
1 changed file
with
3 additions
and
3 deletions
@@ -79,9 +79,9 @@ if (isProduction) { | @@ -79,9 +79,9 @@ if (isProduction) { | ||
79 | service: 'http://service.yoho.yohoops.org/' | 79 | service: 'http://service.yoho.yohoops.org/' |
80 | }, | 80 | }, |
81 | memcache: { | 81 | memcache: { |
82 | - master: ['memcache1.yohoops.org:12111', 'memcache2.yohoops.org:12111', 'memcache3.yohoops.org:12111'], | ||
83 | - slave: ['memcache1.yohoops.org:12112', 'memcache2.yohoops.org:12112', 'memcache3.yohoops.org:12112'], | ||
84 | - session: ['memcache1.yohoops.org:12111', 'memcache2.yohoops.org:12111', 'memcache3.yohoops.org:12111'], | 82 | + master: ['memcache1.yohoops.org:12111', 'memcache2.yohoops.org:12111'], |
83 | + slave: ['memcache1.yohoops.org:12112', 'memcache2.yohoops.org:12112'], | ||
84 | + session: ['memcache1.yohoops.org:12111', 'memcache2.yohoops.org:12111'], | ||
85 | timeout: 1000, | 85 | timeout: 1000, |
86 | retries: 0 | 86 | retries: 0 |
87 | }, | 87 | }, |
-
Please register or login to post a comment