add memecached pool size
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -96,6 +96,7 @@ if (isProduction) { | @@ -96,6 +96,7 @@ if (isProduction) { | ||
96 | master: ['memcache1.yohoops.org:12111', 'memcache2.yohoops.org:12111', 'memcache3.yohoops.org:12111'], | 96 | master: ['memcache1.yohoops.org:12111', 'memcache2.yohoops.org:12111', 'memcache3.yohoops.org:12111'], |
97 | slave: ['memcache1.yohoops.org:12112', 'memcache2.yohoops.org:12112', 'memcache3.yohoops.org:12112'], | 97 | slave: ['memcache1.yohoops.org:12112', 'memcache2.yohoops.org:12112', 'memcache3.yohoops.org:12112'], |
98 | session: ['memcache1.yohoops.org:12111', 'memcache2.yohoops.org:12111', 'memcache3.yohoops.org:12111'], | 98 | session: ['memcache1.yohoops.org:12111', 'memcache2.yohoops.org:12111', 'memcache3.yohoops.org:12111'], |
99 | + poolSize: 25, | ||
99 | reconnect: 5000, | 100 | reconnect: 5000, |
100 | timeout: 1000, | 101 | timeout: 1000, |
101 | retries: 0 | 102 | retries: 0 |
-
Please register or login to post a comment