Conversation
- Document the proxy-only callback concurrency setting and its conservative default. - Explain same-user sharing, bounded waiting and retries, and S3 SlowDown behavior in English and Chinese. Co-authored-by: Codex <267193182+codex@users.noreply.github.com>
33 tasks
nostalume
marked this pull request as ready for review
September 12, 2026 01:53
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description / 描述
Document the new Aliyun Drive Open Callback Concurrency setting in English and Chinese, including:
新增阿里云盘 Open“回调并发数”的中英文说明,包括代理模式适用范围、默认值 1、同一用户挂载共享最小配置、一秒准入等待、三次容量重试,以及容量耗尽后的 S3 SlowDown / HTTP 503 行为。
Motivation and Context / 背景
Operators need the configuration and retry behavior documented alongside the implementation for Aliyun callback concurrency failures.
Relates to OpenListTeam/OpenList#2969
Checklist / 检查清单
我已阅读 CONTRIBUTING 文档。
我已使用 prettier 或其他适当的格式化工具格式化提交的代码或文档。
我已为所有支持语言(包括中文和英文)更新文档内容。 (若适用)
我已确认编写的文档或代码格式正确, 无语法错误, 拼写错误。
我已相应更新了相关仓库(若适用)。
Testing / 测试
pnpm exec prettier --check pages/guide/drivers/aliyundrive_open.mdpnpm exec valaxy build --ssgThe SSG build completed successfully. It emitted existing warnings for external version-source timeouts, an icon set, and the Badge component.
AI Disclosure / AI 使用声明
Codex assisted with documentation drafting, Chinese/English translation, formatting, and review. Commit attribution is included. This draft remains pending the author's human review before it is marked ready.