edit memcached pool size to 100
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -96,7 +96,7 @@ if (isProduction) { | @@ -96,7 +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 | + poolSize: 100, |
100 | reconnect: 5000, | 100 | reconnect: 5000, |
101 | timeout: 1000, | 101 | timeout: 1000, |
102 | retries: 0 | 102 | retries: 0 |
-
Please register or login to post a comment