Showing
1 changed file
with
6 additions
and
3 deletions
@@ -190,9 +190,12 @@ if (isProduction) { | @@ -190,9 +190,12 @@ if (isProduction) { | ||
190 | unionApi: 'http://union.yoho.cn/' | 190 | unionApi: 'http://union.yoho.cn/' |
191 | }, | 191 | }, |
192 | memcache: { | 192 | memcache: { |
193 | - master: ['memcache1.yohoops.org:12111', 'memcache2.yohoops.org:12111', 'memcache3.yohoops.org:12111'], | ||
194 | - slave: ['memcache1.yohoops.org:12112', 'memcache2.yohoops.org:12112', 'memcache3.yohoops.org:12112'], | ||
195 | - session: ['memcache1.yohoops.org:12111', 'memcache2.yohoops.org:12111', 'memcache3.yohoops.org:12111'], | 193 | + master: ['memcache1.yohoops.org:12111', 'memcache2.yohoops.org:12111', |
194 | + 'memcache3.yohoops.org:12111', 'memcache4.yohoops.org:12111'], | ||
195 | + slave: ['memcache1.yohoops.org:12112', 'memcache2.yohoops.org:12112', | ||
196 | + 'memcache3.yohoops.org:12112', 'memcache4.yohoops.org:12112'], | ||
197 | + session: ['memcache1.yohoops.org:12111', 'memcache2.yohoops.org:12111', | ||
198 | + 'memcache3.yohoops.org:12111', 'memcache4.yohoops.org:12111'], | ||
196 | poolSize: 100, | 199 | poolSize: 100, |
197 | reconnect: 5000, | 200 | reconnect: 5000, |
198 | timeout: 300, | 201 | timeout: 300, |
-
Please register or login to post a comment