diff --git a/fuse/daemon.cpp b/fuse/daemon.cpp index d6f145d35..30b20cd4d 100644 --- a/fuse/daemon.cpp +++ b/fuse/daemon.cpp @@ -24,7 +24,7 @@ #define _XOPEN_SOURCE 700 #endif -#define MAX_JSON (1024*1024) +#define MAX_JSON (128*1024*1024) #include #include