Increase Web Push expiration to 55/60 days, update configs

This commit is contained in:
binwiederhier
2025-05-24 15:26:25 -04:00
parent 0ad9716241
commit 6fe3913aee
4 changed files with 20 additions and 9 deletions

View File

@@ -26,8 +26,8 @@ const (
// Defines default Web Push settings
const (
DefaultWebPushExpiryWarningDuration = 7 * 24 * time.Hour
DefaultWebPushExpiryDuration = 9 * 24 * time.Hour
DefaultWebPushExpiryWarningDuration = 55 * 24 * time.Hour
DefaultWebPushExpiryDuration = 60 * 24 * time.Hour
)
// Defines all global and per-visitor limits