...
|
...
|
@@ -147,9 +147,24 @@ if (isProduction) { |
|
|
extstore: 'http://extstore.yohobuy.com'
|
|
|
},
|
|
|
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: 1000,
|
...
|
...
|
|