From 6afcd4aa94b650042e60dc4621dbf2b50294e23e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Untersch=C3=BCtz?= Date: Tue, 25 Nov 2025 14:38:20 +0100 Subject: [PATCH] fix Player Timeout --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index ca20d75..c545695 100644 --- a/main.go +++ b/main.go @@ -516,7 +516,7 @@ func handleValidate(w http.ResponseWriter, r *http.Request) { log.Printf("❌ REDIS SAVE ERROR: %v", err) } - rdb.Expire(ctx, key, 1*time.Hour) + rdb.Expire(ctx, key, 8760*time.Hour) w.Header().Set("Content-Type", "application/json") json.NewEncoder(w).Encode(ValidateResponse{