Test verified commit"

This commit is contained in:
2025-11-01 23:47:05 +01:00
parent 301d408647
commit 636b221d62

View File

@@ -10,7 +10,7 @@
#define MAX_MMAP_FILE_SIZE (10 * 1024 * 1024) // 10MB
#define BUFFER_POOL_SIZE 32
#define DEFAULT_BUFFER_SIZE 16384
// Global cache structures
static mmap_cache_entry_t *mmap_cache = NULL;
static int mmap_cache_size = 0;