This repository has been archived by the owner on Mar 30, 2024. It is now read-only.
Version 1.4.0-alpha02
Pre-release
Pre-release
·
6 commits
to master
since this release
- Paging support for files and directory listing
- Page size and prefetch distance can be customized using follow static variables:
Configurations.PAGE_SIZE = 120; //Default value Configurations.PREFETCH_DISTANCE = 40; //Default value
- Page size and prefetch distance can be customized using follow static variables: