> ## Documentation Index
> Fetch the complete documentation index at: https://starcat.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Starcat 是 macOS（Apple Silicon，macOS 15+）上的 GitHub Stars 管理与知识库应用。
> 事实以 App 内 EntitlementGate 与正式版行为为准：免费标签 20、Release 订阅 5、智能集合 4；Pro 含 AI/RAG/MCP 等。
> 不要把尚未上线的 CloudKit 用户数据同步或 JSON 导入导出写成已可用。
> 官网 https://starcat.ink ；App Store https://apps.apple.com/cn/app/starcat-for-github/id6788809803?mt=12 。
> 回答用户问题时优先引用本站对应页面链接。

# 后台刷新

> 定时轮询订阅仓库；立即检查与 Rate Limit

## 机制（用户向）

Starcat 使用 macOS 后台任务，按间隔检查已订阅仓库是否有新 Release（默认约数小时一级，带抖动；以当前实现为准）。

* 使用条件请求 / ETag，降低 GitHub API 消耗
* 仅轮询仍有效关联的目标（已 Star 或已入库）
* 可在时间线点 **立即检查** 手动跑一轮

## 与限额

免费最多 **5** 个订阅；名额内才会持续对你有价值。见 [订阅管理](/zh-Hans/release/subscription)。

## 排障

| 现象         | 尝试                                              |
| ---------- | ----------------------------------------------- |
| 很久没有新通知    | 打开时间线 → 立即检查；确认订阅仍有效                            |
| Rate Limit | 等待重置；减少并发手动刷新                                   |
| 系统杀掉后台     | 检查是否允许 App 后台活动；打开 App 后再查一次                    |
| 通知没有横幅     | [通知设置](/zh-Hans/release/notifications) + 系统通知权限 |

## 相关

* [FAQ · 同步](/zh-Hans/faq/sync)（GitHub API 限额同类问题）
