jyyoon
October 20, 2020, 12:35am
7
I know you have another question.
Unlike Dropbox or Google Drive, NetDrive does not take on local storage. However, a part is used for cache purposes. The size of the cache can be set in options.
You can refer to a followin url about cache.
NetDrive uses cache for handling files.
You can specify cache size in Settings screen.
[image]
Cache block size is 64KB.
For read operations, NetDrive performs prefetching expected file blocks. NetDrive expects and caches next file block when the application requests file blocks sequentially for predefined time.
For write operations, NetDrive uses almost same cache size as target file to perform uploading to remote storage. We need whole file to start uploading because remote file storages …
Regards.