]> git.ozlabs.org Git - ccan/blobdiff - ccan/tdb2/transaction.c
tdb2: enlarge transaction pagesize to 64k
[ccan] / ccan / tdb2 / transaction.c
index 09f932b8381fb5e81dd0581d9800d72d9670505d..d9a1bc050ef6a4415bd69647d3dc9e6ce59573ac 100644 (file)
@@ -120,7 +120,7 @@ struct tdb_transaction {
 };
 
 /* This doesn't really need to be pagesize, but we use it for similar reasons. */
-#define PAGESIZE 4096
+#define PAGESIZE 65536
 
 /*
   read while in a transaction. We need to check first if the data is in our list