X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/08a879af6e5c32059ba4e0e091ef5a05dd2d62a4..dfc25454701638d39bc75fbc3f9c55619b503bd0:/src/sds.h?ds=sidebyside 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