Showing
1 changed file
with
4 additions
and
2 deletions
@@ -68,7 +68,8 @@ if (isProduction) { | @@ -68,7 +68,8 @@ if (isProduction) { | ||
68 | master: ['memcache1.yohoops.org:12111', 'memcache2.yohoops.org:12111', 'memcache3.yohoops.org:12111'], | 68 | master: ['memcache1.yohoops.org:12111', 'memcache2.yohoops.org:12111', 'memcache3.yohoops.org:12111'], |
69 | slave: ['memcache1.yohoops.org:12112', 'memcache2.yohoops.org:12112', 'memcache3.yohoops.org:12112'], | 69 | slave: ['memcache1.yohoops.org:12112', 'memcache2.yohoops.org:12112', 'memcache3.yohoops.org:12112'], |
70 | session: ['memcache1.yohoops.org:12111', 'memcache2.yohoops.org:12111', 'memcache3.yohoops.org:12111'], | 70 | session: ['memcache1.yohoops.org:12111', 'memcache2.yohoops.org:12111', 'memcache3.yohoops.org:12111'], |
71 | - timeout: 3000 | 71 | + timeout: 1000, |
72 | + retries: 0 | ||
72 | }, | 73 | }, |
73 | useOneapm: true, | 74 | useOneapm: true, |
74 | useCache: true | 75 | useCache: true |
@@ -82,7 +83,8 @@ if (isProduction) { | @@ -82,7 +83,8 @@ if (isProduction) { | ||
82 | master: ['127.0.0.1:12111'], | 83 | master: ['127.0.0.1:12111'], |
83 | slave: ['127.0.0.1:12112'], | 84 | slave: ['127.0.0.1:12112'], |
84 | session: ['127.0.0.1:12111'], | 85 | session: ['127.0.0.1:12111'], |
85 | - timeout: 3000 | 86 | + timeout: 1000, |
87 | + retries: 0 | ||
86 | } | 88 | } |
87 | }); | 89 | }); |
88 | } | 90 | } |
-
Please register or login to post a comment