From 19c39f02afa5bb6235f1ac931da7599a11cde9a4 Mon Sep 17 00:00:00 2001
From: martin-mfg <2026226+martin-mfg@users.noreply.github.com>
Date: Sun, 8 Mar 2026 09:42:09 +0100
Subject: [PATCH] document default regeneration times
---
docs/deploy.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/deploy.md b/docs/deploy.md
index 1ad48734..a837d1ec 100644
--- a/docs/deploy.md
+++ b/docs/deploy.md
@@ -163,12 +163,12 @@ GitHub Stats Extended provides several environment variables that can be used to
UPDATE_AFTER_HOURS |
- Sets the duration in hours after which the server proactively regenerates a previously requested card. |
+ Sets the duration in hours after which the server proactively regenerates a previously requested card. Defaults to 11 hours. |
Any int or float |
DELETE_AFTER_HOURS |
- Sets the duration in hours after which the server stops proactively regenerating a previously requested card if it hasn't been requested again in the meantime. |
+ Sets the duration in hours after which the server stops proactively regenerating a previously requested card if it hasn't been requested again in the meantime. Defaults to 8 days, i.e. 192 hours. |
Any int or float |