diff --git a/pkg/options/auth.gen.go b/pkg/options/auth.gen.go index d87f8ad28..221bdc5e1 100644 --- a/pkg/options/auth.gen.go +++ b/pkg/options/auth.gen.go @@ -54,7 +54,7 @@ func Auth() (o *AuthOpt) { SessionLifetime: 24 * time.Hour, SessionPermLifetime: 360 * 24 * time.Hour, GarbageCollectorInterval: 15 * time.Minute, - RequestRateLimit: 30, + RequestRateLimit: 60, RequestRateWindowLength: time.Minute, CsrfSecret: getSecretFromEnv("csrf secret"), CsrfEnabled: true, diff --git a/pkg/options/auth.yaml b/pkg/options/auth.yaml index 86fe6f43f..eded69b76 100644 --- a/pkg/options/auth.yaml +++ b/pkg/options/auth.yaml @@ -93,7 +93,7 @@ props: - name: requestRateLimit type: int - default: 30 + default: 60 description: |- How many requests from a cerain IP address are allowed in a time window. Set to zero to disable @@ -149,7 +149,6 @@ props: When empty path is set (default value), embedded files are used. - - name: developmentMode type: bool description: |-