summaryrefslogtreecommitdiff
path: root/src/slowlog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/slowlog.h')
-rw-r--r--src/slowlog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/slowlog.h b/src/slowlog.h
index bad770db4..bcc961cc9 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;