X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/2cb6828480300533e690d33cf824de8aa4f1ccd7..4b1f6ad3e7a5c7c28618e43e7539c9a937bf8521:/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;