...
|
...
|
@@ -190,9 +190,12 @@ if (isProduction) { |
|
|
unionApi: 'http://union.yoho.cn/'
|
|
|
},
|
|
|
memcache: {
|
|
|
master: ['memcache1.yohoops.org:12111', 'memcache2.yohoops.org:12111', 'memcache3.yohoops.org:12111'],
|
|
|
slave: ['memcache1.yohoops.org:12112', 'memcache2.yohoops.org:12112', 'memcache3.yohoops.org:12112'],
|
|
|
session: ['memcache1.yohoops.org:12111', 'memcache2.yohoops.org:12111', 'memcache3.yohoops.org:12111'],
|
|
|
master: ['memcache1.yohoops.org:12111', 'memcache2.yohoops.org:12111',
|
|
|
'memcache3.yohoops.org:12111', 'memcache4.yohoops.org:12111'],
|
|
|
slave: ['memcache1.yohoops.org:12112', 'memcache2.yohoops.org:12112',
|
|
|
'memcache3.yohoops.org:12112', 'memcache4.yohoops.org:12112'],
|
|
|
session: ['memcache1.yohoops.org:12111', 'memcache2.yohoops.org:12111',
|
|
|
'memcache3.yohoops.org:12111', 'memcache4.yohoops.org:12111'],
|
|
|
poolSize: 100,
|
|
|
reconnect: 5000,
|
|
|
timeout: 300,
|
...
|
...
|
|