fix: cache TTL silently degrades when fetched_at is None #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixed:
fetched_at: Noneis now treated as always-stale (was always-fresh). Atracing::debug!nudges consumers to populatefetched_atin theirget_remote_actor()implementation. Non-breaking behavioral change — consumers who already setfetched_atare unaffected.