parse: bump max value pairs supported from 24 to 32
[fio.git] / parse.h
diff --git a/parse.h b/parse.h
index b47a02c78263d038c6cd8d3c04c61611c3c55c2e..5828654f6bd390a37e5bd2148bc6c1ee95943105 100644 (file)
--- a/parse.h
+++ b/parse.h
@@ -37,8 +37,8 @@ struct value_pair {
        void *cb;                       /* sub-option callback */
 };
 
-#define OPT_LEN_MAX    4096
-#define PARSE_MAX_VP   24
+#define OPT_LEN_MAX    8192
+#define PARSE_MAX_VP   32
 
 /*
  * Option define