Commit e2dd6428 authored by Michael Tremer's avatar Michael Tremer

Revert "database: Increase page size to 64k"

This reverts commit 8a330e55.
Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
parent 766577bb
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment