| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
feat: configurable open_timeout via http_options (#146) * feat: configurable open_timeout via http_options The `:timeout` http_option already controlled the Faraday request timeout, but `open_timeout` (TCP connect timeout) fell back to net-http's default of 60s — too long for high-volume push pipelines where a stuck handshake should fail fast and let the caller retry. Add a `:open_timeout` http_option, defaulting to `DEFAULT_TIMEOUT` (30s) to preserve current effective behaviour for callers that don't set it, while letting busy senders override e.g. `open_timeout: 5`. Prompt: "can we also change optional DEFAULT_TIMEOUT on this fcm or it is hard coded?" Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * Rubocop linter run --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> | 3 个月前 | |
chore: replace Hound with RuboCop (#148) | 4 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 3 个月前 | ||
| 4 个月前 |