Merge pull request #11 from SuperconductZB/guangzheliu/layer1refactorfix

fixed a constant to meet the current design
This commit is contained in:
FactorialN 2023-11-22 23:53:02 -08:00 committed by GitHub
commit 256ae04094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,7 @@
#define INODE_SIZE 512 #define INODE_SIZE 512
#define DATABLOCKS_PER_BITMAP_BLOCK 255 // TODO: explore the optimal value for this
#define DATABLOCKS_PER_BITMAP_BLOCK 2047
#endif #endif