summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/common/unionfs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/unionfs.h b/src/common/unionfs.h
index 7881594..362972e 100644
--- a/src/common/unionfs.h
+++ b/src/common/unionfs.h
@@ -30,8 +30,8 @@
#define WHITEOUT_DISABLE_FILE ".wh..disable"
#define DELETED_NODE ".wh."
-#define MAX_LENGTH_DIR_PATH 1024
-#define MAX_LENGTH_HELP_STR 1024
+#define MAX_LENGTH_DIR_PATH 4096
+#define MAX_LENGTH_HELP_STR 4096
boolean
value_exists(char *path);