Commit Graph

2 Commits

Author SHA1 Message Date
deepsource-autofix[bot] f4277e2b74 style: format code with ClangFormat and Prettier
This commit fixes the style issues introduced in 941b502 according to the output
from ClangFormat and Prettier.

Details: None
2025-07-18 15:13:19 +08:00
myml 8e4d963f9a fix: disable static deltas in OSTree pull operations
1. Added "disable-static-deltas" option set to true in OSTree pull
operations
2. This change prevents the use of static deltas which can cause issues
with certain repository configurations
3. The modification was made in both pull operation variants for
consistency
4. Static deltas can sometimes lead to corrupted downloads or
inefficient storage usage

fix: 在OSTree拉取操作中禁用静态增量

1. 在OSTree拉取操作中添加了"disable-static-deltas"选项并设为true
2. 此变更防止使用静态增量,某些仓库配置下会导致问题
3. 修改在两个拉取操作变体中保持一致
4. 静态增量有时会导致下载损坏或存储使用效率低下
2025-07-14 13:11:08 +08:00