diff --git a/firmware/include/dircache.h b/firmware/include/dircache.h index 2cf838e539..d610c63245 100644 --- a/firmware/include/dircache.h +++ b/firmware/include/dircache.h @@ -44,7 +44,7 @@ the limiting factor is the scanning thread stack size, not the implementation -- tune the two together */ #define DIRCACHE_MAX_DEPTH 15 -#define DIRCACHE_STACK_SIZE (DEFAULT_STACK_SIZE + 0x100) +#define DIRCACHE_STACK_SIZE (DEFAULT_STACK_SIZE + 0x400) /* memory buffer constants that control allocation */ #define DIRCACHE_RESERVE (1024*64) /* 64 KB - new entry slack */