From 636b221d62d0310b2816351e2fe4e0b9f50ad7b7 Mon Sep 17 00:00:00 2001 From: Azreyo <58790873+Azreyo@users.noreply.github.com> Date: Sat, 1 Nov 2025 23:47:05 +0100 Subject: [PATCH] Test verified commit" --- src/performance.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/performance.c b/src/performance.c index 5ae398c..804e55e 100644 --- a/src/performance.c +++ b/src/performance.c @@ -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;