This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
v6.2.0
- Fixed inability to specify server port using the
unity-cache-server-import tool
(#66) - Prevent async loops when clients abruptly disconnect during file reads (#68)
- Ensure file streams are closed when clients abruptly disconnect during file reads (#69)
- Added
-putwhitelist
as a CLI option (#70) - Fixed ability to launch the cache server via
npm start
from the root folder (#71) - Reduced memory overhead of file read requests (#72)
- No longer allow overwriting file versions that are being read by a client (#75)
- Ensure all CLI options map to config file keys, and ensure the
--dump-config
command dumps the active config. Added new keys as a result:Global.logLevel
,Cache.options.workers
, andServer.port
(#28)