X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/4e5f63a60c36f58bdecedc43262e7f89e28656d7..dfc25454701638d39bc75fbc3f9c55619b503bd0:/src/sds.h diff --git a/src/sds.h b/src/sds.h index ee336d1d..b00551b4 100644 --- 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 #include