@componentor/fs 3.0.38 → 3.0.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -483,7 +483,7 @@ function statusToError(status, syscall, path) {
483
483
  var VFS_MAGIC = 1447449377;
484
484
  var VFS_VERSION = 1;
485
485
  var DEFAULT_BLOCK_SIZE = 4096;
486
- var DEFAULT_INODE_COUNT = 1e4;
486
+ var DEFAULT_INODE_COUNT = 1e5;
487
487
  var INODE_SIZE = 64;
488
488
  var SUPERBLOCK = {
489
489
  SIZE: 64,