diff options
| author | arf20 <aruizfernandez05@gmail.com> | 2025-11-30 05:11:02 +0100 |
|---|---|---|
| committer | arf20 <aruizfernandez05@gmail.com> | 2025-11-30 05:11:02 +0100 |
| commit | b1430f0f2d76859eafda9fc6098c3b4876501471 (patch) | |
| tree | 467c0fc17fa40bf0eda18b830de54fc596add268 /config.h | |
| parent | ae9b7722e93111a8ee67e5b9b3a791df7b94c765 (diff) | |
| download | arfnet2-search-b1430f0f2d76859eafda9fc6098c3b4876501471.tar.gz arfnet2-search-b1430f0f2d76859eafda9fc6098c3b4876501471.zip | |
file indexing, stat, hash map tree insert
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
