From 4a05bdc44785a2e336ea6289d21a0918bf28a1cf Mon Sep 17 00:00:00 2001 From: charles Date: Wed, 6 Jan 2010 03:58:05 +0000 Subject: [PATCH] Change number of handles to 100 --- direct/yaffscfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/yaffscfg.h b/direct/yaffscfg.h index fc7add6..0d317fc 100644 --- a/direct/yaffscfg.h +++ b/direct/yaffscfg.h @@ -25,7 +25,7 @@ #include "yportenv.h" -#define YAFFSFS_N_HANDLES 200 +#define YAFFSFS_N_HANDLES 100 typedef struct { -- 2.30.2