mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-29 17:25:32 +00:00
varius small things
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user