X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/2cb6828480300533e690d33cf824de8aa4f1ccd7..ab551808832a9f3097861a706b2c2f57302a3992:/src/slowlog.h?ds=sidebyside 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;