动态配置并发数量

This commit is contained in:
2025-06-26 19:05:42 +08:00
parent 3bdc95b2ce
commit 00ccc313e0
3 changed files with 66 additions and 46 deletions

View File

@@ -15,4 +15,8 @@
</dependentAssembly>
</assemblyBinding>
</runtime>
<appSettings>
<add key="MaxConcurrentDownloads" value="2" />
<add key="MaxDownloadRetries" value="2" />
</appSettings>
</configuration>