~brianaker/libmemcached/gear-clean

« back to all changes in this revision

Viewing changes to libmemcached-1.0/defaults.h

  • Committer: Brian Aker
  • Date: 2012-09-24 01:36:01 UTC
  • mto: This revision was merged to the branch mainline in revision 1072.
  • Revision ID: brian@tangent.org-20120924013601-4f0zeykol10ka6so
Updates from ddm4

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
 
41
41
/* Public defines */
42
42
#define MEMCACHED_DEFAULT_PORT 11211
43
 
#define MEMCACHED_DEFAULT_PORT_STRING "11211"
44
43
#define MEMCACHED_POINTS_PER_SERVER 100
45
44
#define MEMCACHED_POINTS_PER_SERVER_KETAMA 160
46
45
#define MEMCACHED_CONTINUUM_SIZE MEMCACHED_POINTS_PER_SERVER*100 /* This would then set max hosts to 100 */
52
51
#define MEMCACHED_SERVER_FAILURE_LIMIT 5
53
52
#define MEMCACHED_SERVER_FAILURE_RETRY_TIMEOUT 2
54
53
#define MEMCACHED_SERVER_FAILURE_DEAD_TIMEOUT 0
55
 
#define MEMCACHED_SERVER_TIMEOUT_LIMIT 0
 
54
 
56
55