* [PATCH proxmox] subscription: age check: fix incorrect doc comment
@ 2026-06-05 6:43 Arthur Bied-Charreton
0 siblings, 0 replies; only message in thread
From: Arthur Bied-Charreton @ 2026-06-05 6:43 UTC (permalink / raw)
To: pve-devel
The doc comment for SubscriptionInfo::check_age claimed a validity of
30+5 days for unsigned instances, whereas the code cuts off at 15+5.
Signed-off-by: Arthur Bied-Charreton <a.bied-charreton@proxmox.com>
---
proxmox-subscription/src/subscription_info.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/proxmox-subscription/src/subscription_info.rs b/proxmox-subscription/src/subscription_info.rs
index f400ea69..3ef503bc 100644
--- a/proxmox-subscription/src/subscription_info.rs
+++ b/proxmox-subscription/src/subscription_info.rs
@@ -273,7 +273,7 @@ mod _impl {
///
/// - Instances generated (more than 1.5h) in the future are invalid
/// - Signed instances are valid for up to a year, clamped by the next due date
- /// - Unsigned instances are valid for 30+5 days
+ /// - Unsigned instances are valid for 15+5 days
/// - If `recheck` is set to `true`, unsigned instances are only treated as valid for 5 days
/// (this mode is used to decide whether to refresh the subscription information)
///
--
2.47.3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-05 6:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-05 6:43 [PATCH proxmox] subscription: age check: fix incorrect doc comment Arthur Bied-Charreton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.