X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/2cb6828480300533e690d33cf824de8aa4f1ccd7..628890e43e824cbe10de577005c3c1efc60ccf41:/src/slowlog.h diff --git a/src/slowlog.h b/src/slowlog.h index bad770db..bcc961cc 100644 --- a/src/slowlog.h +++ b/src/slowlog.h @@ -1,3 +1,6 @@ +#define SLOWLOG_ENTRY_MAX_ARGC 32 +#define SLOWLOG_ENTRY_MAX_STRING 128 + /* This structure defines an entry inside the slow log list */ typedef struct slowlogEntry { robj **argv;