mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
commit
e08d6bb37e
@ -113,7 +113,7 @@ robj *createEmbeddedStringObject(const char *ptr, size_t len) {
|
||||
* OBJ_ENCODING_EMBSTR_SIZE_LIMIT, otherwise the RAW encoding is
|
||||
* used.
|
||||
*
|
||||
* The current limit of 39 is chosen so that the biggest string object
|
||||
* The current limit of 44 is chosen so that the biggest string object
|
||||
* we allocate as EMBSTR will still fit into the 64 byte arena of jemalloc. */
|
||||
#define OBJ_ENCODING_EMBSTR_SIZE_LIMIT 44
|
||||
robj *createStringObject(const char *ptr, size_t len) {
|
||||
|
Loading…
Reference in New Issue
Block a user