feat: extend share link retention to seven days - #24
Merged
Conversation
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.
Mainline Intent
Intent:
int_88ba823fStatus:
proposedTitle: 将分享链接默认有效期延长到 7 天
What changed
把 Cloudflare Worker 的内置默认、官方生产配置和自托管示例配置中的分享链接有效期从 86400 秒统一改为 604800 秒,并增加回归测试校验 capabilities 返回值与新建分享的实际过期时间。
Why
24 小时不足以覆盖跨天协作和异步接收场景,默认 7 天能显著减少链接在接收方查看或导入前失效的情况。
Decisions
Subsystems: deploy, cloudflare-worker, share-retention, worker-config