...
|
...
|
@@ -68,7 +68,8 @@ if (isProduction) { |
|
|
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'],
|
|
|
timeout: 3000
|
|
|
timeout: 1000,
|
|
|
retries: 0
|
|
|
},
|
|
|
useOneapm: true,
|
|
|
useCache: true
|
...
|
...
|
@@ -82,7 +83,8 @@ if (isProduction) { |
|
|
master: ['127.0.0.1:12111'],
|
|
|
slave: ['127.0.0.1:12112'],
|
|
|
session: ['127.0.0.1:12111'],
|
|
|
timeout: 3000
|
|
|
timeout: 1000,
|
|
|
retries: 0
|
|
|
}
|
|
|
});
|
|
|
} |
...
|
...
|
|