aboutsummaryrefslogtreecommitdiff
path: root/src/path.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/path.c')
-rw-r--r--src/path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path.c b/src/path.c
index db9d8bd..1136a7c 100644
--- a/src/path.c
+++ b/src/path.c
@@ -21,7 +21,7 @@
** \brief Number of buckets of a path hash table
*/
-#define MS_PATH_HT_SIZE 4096
+#define MS_PATH_HT_SIZE 8192
/**
** \brief Update `path` with all files in the directory named `dirname`.