Added timeout for acquiring global lock

This commit is contained in:
2025-02-18 19:57:30 +11:00
parent 38d47cdf63
commit c0bbe687f9
4 changed files with 37 additions and 20 deletions

View File

@@ -3,6 +3,7 @@ package handlers
import (
"context"
"net/http"
"time"
"projectreshoot/config"
"projectreshoot/cookies"