]> git.saurik.com Git - redis.git/blobdiff - src/sds.h
Ping the slave using the standard protocol instead of the inline one.
[redis.git] / src / sds.h
index ee336d1deee9ea9124408f24564f38c4b3e5fe0b..b00551b417d1c7317819c0fc292789d4afa4711d 100644 (file)
--- a/src/sds.h
+++ b/src/sds.h
@@ -31,6 +31,8 @@
 #ifndef __SDS_H
 #define __SDS_H
 
+#define SDS_MAX_PREALLOC (1024*1024)
+
 #include <sys/types.h>
 #include <stdarg.h>