summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/common/dircache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/common/dircache.c b/firmware/common/dircache.c
index 8b9be78b35..495366f5d8 100644
--- a/firmware/common/dircache.c
+++ b/firmware/common/dircache.c
@@ -74,7 +74,7 @@ static unsigned int cache_build_ticks = 0;
74static unsigned long appflags = 0; 74static unsigned long appflags = 0;
75 75
76static struct event_queue dircache_queue; 76static struct event_queue dircache_queue;
77static long dircache_stack[(DEFAULT_STACK_SIZE + 0x200)/sizeof(long)]; 77static long dircache_stack[(DEFAULT_STACK_SIZE + 0x400)/sizeof(long)];
78static const char dircache_thread_name[] = "dircache"; 78static const char dircache_thread_name[] = "dircache";
79 79
80static struct fdbind_queue fdbind_cache[MAX_PENDING_BINDINGS]; 80static struct fdbind_queue fdbind_cache[MAX_PENDING_BINDINGS];