shithub: gefs

Download patch

ref: 43d8da8b53e5f773e780928b3cf5ae2ce252d908
parent: a6edc1bec0e8930d6f5c61a67330b9f966e0570e
author: Ori Bernstein <ori@eigenstate.org>
date: Sat Apr 29 19:47:28 EDT 2023

dat: bump blksize

it makes a pretty big difference

--- a/dat.h
+++ b/dat.h
@@ -32,7 +32,7 @@
 	GiB	= 1024ULL*MiB,
 	TiB	= 1024ULL*GiB,
 
-	Lgblk	= 13,
+	Lgblk	= 14,
 	Blksz	= (1ULL<<Lgblk),
 
 	Nrefbuf	= 1024,			/* number of ref incs before syncing */