Private
Public Access
1
0

fix Player Timeout
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 1m28s

This commit is contained in:
Sebastian Unterschütz
2025-11-25 14:38:20 +01:00
parent 20b678101d
commit 6afcd4aa94

View File

@@ -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{