varius small things

This commit is contained in:
Simon Martens
2025-05-25 00:22:47 +02:00
parent 4e701d455a
commit d1ab30e387
8 changed files with 19 additions and 12 deletions

View File

@@ -25,7 +25,7 @@ var CSRF_CACHE *security.CSRFProtector
// - rate limiting
func init() {
csrf_cache, err := security.NewCSRFProtector(time.Minute*5, time.Minute)
csrf_cache, err := security.NewCSRFProtector(time.Minute*10, time.Minute)
if err != nil {
panic(err)
}