Skip to content

Commit

Permalink
(fix) typo in setConnectionPoolSize, close #52
Browse files Browse the repository at this point in the history
  • Loading branch information
killme2008 committed Feb 22, 2017
1 parent e9411de commit e263077
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public interface MemcachedClientBuilder {
* In a high concurrent enviroment,you may want to pool memcached
* clients.But a xmemcached client has to start a reactor thread and some
* thread pools,if you create too many clients,the cost is very large.
* Xmemcached supports connection pool instreadof client pool.you can create
* Xmemcached supports connection pool instead of client pool.you can create
* more connections to one or more memcached servers,and these connections
* share the same reactor and thread pools,it will reduce the cost of
* system.
Expand Down

0 comments on commit e263077

Please # to comment.