X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=lib%2Fcommon.h;h=268109b31a2969d29fe8fb0a612280a871c3f1af;hb=99803a66dda300ea7a5741fe8aae852e8b746366;hp=35775ba8e873ac58f6f3fa901d8569a0a7a74d26;hpb=edeb3965773b750c0cf454e8b1494fd030ba0369;p=awesomized%2Flibmemcached diff --git a/lib/common.h b/lib/common.h index 35775ba8..268109b3 100644 --- a/lib/common.h +++ b/lib/common.h @@ -50,6 +50,10 @@ #include "libmemcached_probes.h" #define MEMCACHED_BLOCK_SIZE 1024 +#define MEMCACHED_DEFAULT_COMMAND_SIZE 350 +#define SMALL_STRING_LEN 1024 +#define HUGE_STRING_LEN 8196 + typedef enum { MEM_NO_BLOCK= (1 << 0),