Skip to content

1.2.1

Choose a tag to compare

@james-pre james-pre released this 04 Aug 15:12
· 33 commits to main since this release
v1.2.1
562a8c9
  • Fixed disableHandleCache not being correctly passed through to WebAccessFS
  • If the handle cache is enabled but a handle isn't in it, WebAccessFS.get will now try to get the handle from the underlying API before failing. This should reduce problems with cache/FS de-sync (e.g. when using multiple threads)
  • If an inode is missing from the index, WebAccessFS.stat will try to lookup the underlying handle and add a new inode to the index before failing. This should reduce problems with cache/FS de-sync (e.g. when using multiple threads)