From b1430f0f2d76859eafda9fc6098c3b4876501471 Mon Sep 17 00:00:00 2001 From: arf20 Date: Sun, 30 Nov 2025 05:11:02 +0100 Subject: file indexing, stat, hash map tree insert --- config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.h') diff --git a/config.h b/config.h index 07f2df5..16e1ca5 100644 --- a/config.h +++ b/config.h @@ -23,6 +23,7 @@ #define BUFF_SIZE 65535 #define INIT_VEC_CAPACITY 256 +#define INIT_MAP_CAPACITY 1024 /* index directory initial size */ #define CONFIG_PATH "search.cfg" #define DEFAULT_PORT 8888 -- cgit v1.2.3