macro: bump MAX_GRBUF_SIZE to 2 mb

Closes #3592. Signed-off-by: 's avatarChristian Brauner <christian.brauner@ubuntu.com>
parent 052535c8
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#endif #endif
#ifndef MAX_GRBUF_SIZE #ifndef MAX_GRBUF_SIZE
#define MAX_GRBUF_SIZE 65536 #define MAX_GRBUF_SIZE 2097152
#endif #endif
#define INT64_FMT "%" PRId64 #define INT64_FMT "%" PRId64
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment