From e2dd6428b76d5fad01c67d1c565be4a664bdb08c Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 9 Sep 2022 14:22:45 +0000 Subject: [PATCH] Revert "database: Increase page size to 64k" This reverts commit 8a330e5575d9f39d2b7716b238e894a650e9605a. Signed-off-by: Michael Tremer --- src/libloc/format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libloc/format.h b/src/libloc/format.h index bb05f17..030394b 100644 --- a/src/libloc/format.h +++ b/src/libloc/format.h @@ -33,7 +33,7 @@ enum loc_database_version { #define LOC_DATABASE_DOMAIN "_v%u._db.location.ipfire.org" -#define LOC_DATABASE_PAGE_SIZE 65536 +#define LOC_DATABASE_PAGE_SIZE 4096 #define LOC_SIGNATURE_MAX_LENGTH 2048 struct loc_database_magic { -- 2.39.5