[-]
[+]
|
Changed |
memcached-1.4.1.tar.gz/memcached.h
|
@@ -66,7 +66,7 @@
/* Slab sizing definitions. */
#define POWER_SMALLEST 1
-#define POWER_LARGEST 21
+#define POWER_LARGEST 22
#define POWER_BLOCK 16777216
#define CHUNK_ALIGN_BYTES 8
#define DONT_PREALLOC_SLABS
|
[-]
[+]
|
Changed |
memcached-1.4.1.tar.gz/memcached.h~
^
|
@@ -66,7 +66,7 @@
/* Slab sizing definitions. */
#define POWER_SMALLEST 1
-#define POWER_LARGEST 200
+#define POWER_LARGEST 21
#define POWER_BLOCK 16777216
#define CHUNK_ALIGN_BYTES 8
#define DONT_PREALLOC_SLABS
|