diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-11-08 14:48:50 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-11-08 14:48:50 +0100 |
| commit | c836a3ddd4f1b49706ea1939bd505bc01884a3ca (patch) | |
| tree | 7c6b448c2d2349aa32d9a5bc421f2f92e76d7eb7 | |
| parent | b545cb90f60cbbf1716cdeaac38551fff9b79bc1 (diff) | |
IMP: Lower the fork data size to 4mb, instead of 16mb.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
| -rw-r--r-- | dev/ZKAKit/FSKit/NeFS.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ZKAKit/FSKit/NeFS.h b/dev/ZKAKit/FSKit/NeFS.h index 3c38615f..d694d214 100644 --- a/dev/ZKAKit/FSKit/NeFS.h +++ b/dev/ZKAKit/FSKit/NeFS.h @@ -33,7 +33,7 @@ default. #define kNeFSMinimumDiskSize (gib_cast(4)) #define kNeFSSectorSz (512) -#define kNeFSForkDataSz (mib_cast(16)) +#define kNeFSForkDataSz (mib_cast(4)) #define kNeFSIdentLen (8) #define kNeFSIdent " NeFS" |
