Conversation
MemoryKnowledge/README.md pointed Auto-Sync readers at docs/data-flow.md §9, but that file has never existed in the repository (verified via commit history on feat/server_team and main), so the relative link was dead and the Auto-Sync configuration was undiscoverable. Replace the dead link with a new "可选:Auto-Sync" README section documenting the enable switch, scan interval (default 10 min, clamped to 1-60), max concurrent workers (default 3, clamped to 1-20), the 30s startup delay, and the no-op manual trigger while disabled — all values verified against src/store/auto-sync-scheduler.ts and src/routes/auto-sync.ts. Fixes TencentCloud#1263
Collaborator
|
Thank you so much for your attention and contribution! We will arrange an internal review for this PR shortly, and all feedback will be shared right here in the discussion. |
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 | 描述
Fixes #1263.
MemoryKnowledge/README.mdpointed Auto-Sync readers atdocs/data-flow.md§9, but that file has never existed in the repository (verified via commit history on bothfeat/server_teamandmain), so the relative link was dead and the Auto-Sync configuration was undiscoverable.Change (option 2 from the issue — replace the dead link with valid documentation):
src/store/auto-sync-scheduler.tsandsrc/routes/auto-sync.ts:KNOWLEDGE_AUTO_SYNC_ENABLED(defaultfalse)KNOWLEDGE_AUTO_SYNC_SCAN_INTERVAL_MIN(default10, clamped to 1–60)KNOWLEDGE_AUTO_SYNC_MAX_CONCURRENT(default3, clamped to 1–20)POST /v3/auto-sync/triggeris a no-op while disabled (returnstriggered: false)Related Issue | 关联 Issue
Fixes #1263
Change Type | 修改类型
Self-test Checklist | 自测清单
Additional Notes | 其他说明
data-flow.mdreference is gone); the README now explains the enable switch, interval, concurrency, startup delay, and manual-trigger behaviour.../MemoryPanel/,../deploy/panel-knowledge-combined/README.md) — both resolve.