Remove rate limiting functionality (#6513)

This commit is contained in:
Pierre-Yves B
2021-05-20 08:02:44 +01:00
committed by GitHub
parent 52cff6ceb3
commit 59dcdf24f3
8 changed files with 1 additions and 145 deletions

View File

@@ -57,8 +57,6 @@ public:
cacheHeaders:
defaultCacheLengthSeconds: 'BADGE_MAX_AGE_SECONDS'
rateLimit: 'RATE_LIMIT'
fetchLimit: 'FETCH_LIMIT'
requestTimeoutSeconds: 'REQUEST_TIMEOUT_SECONDS'

View File

@@ -27,8 +27,6 @@ public:
cacheHeaders:
defaultCacheLengthSeconds: 120
rateLimit: true
handleInternalErrors: true
fetchLimit: '10MB'

View File

@@ -5,6 +5,4 @@ public:
cors:
allowedOrigin: ['http://localhost:3000']
rateLimit: false
handleInternalErrors: false

View File

@@ -3,8 +3,6 @@ public:
address: 'localhost'
port: 1111
rateLimit: false
redirectUrl: 'http://frontend.example.test'
rasterUrl: 'http://raster.example.test'