feat : 新增配置参数控制缓存文件验证最大并发数

This commit is contained in:
何冠峰
2025-08-27 18:03:53 +08:00
parent c22cf5ffeb
commit 6fc82bb55a
4 changed files with 39 additions and 13 deletions

View File

@@ -4,6 +4,7 @@ namespace YooAsset
public class FileSystemParametersDefine
{
public const string FILE_VERIFY_LEVEL = "FILE_VERIFY_LEVEL";
public const string FILE_VERIFY_MAX_CONCURRENCY = "FILE_VERIFY_MAX_CONCURRENCY";
public const string INSTALL_CLEAR_MODE = "INSTALL_CLEAR_MODE";
public const string REMOTE_SERVICES = "REMOTE_SERVICES";
public const string DECRYPTION_SERVICES = "DECRYPTION_SERVICES";