File Transfers > Configurations
Configurations
From ThingWorx 9.6.0 onwards, to ensure File checksum, distinct caches are introduced with the following configuration settings in platform-settings.json:
Configuration
Datatype
Default Value
Description
LRUChecksumCacheMaxSize
Number
100000
Maximum size for File Transfer Least Recently Used (LRU) Cache.
FileSizeThreshold
Number
200
Maximum file size for comparison and sorting to assign it to appropriate Cache for processing. The file checksum's LRU cache assignment is based on the file size threshold. (in MB).
Was this helpful?