You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(telegram): derive STALE_THROTTLE_MS from TRANSIENT_RETRY_DELAY_MS
Addresses greptile style nit from PR #40: STALE_THROTTLE_MS is expressed as
TRANSIENT_RETRY_DELAY_MS + 10_000L, making the throttle > retry-delay
invariant structurally self-enforcing. Drops the now-redundant usage-site
comment that restated the relationship.
No behavioral change; value remains 70 000 ms.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments