Remove rate limiting functionality (#6513)
This commit is contained in:
@@ -57,8 +57,6 @@ public:
|
||||
cacheHeaders:
|
||||
defaultCacheLengthSeconds: 'BADGE_MAX_AGE_SECONDS'
|
||||
|
||||
rateLimit: 'RATE_LIMIT'
|
||||
|
||||
fetchLimit: 'FETCH_LIMIT'
|
||||
|
||||
requestTimeoutSeconds: 'REQUEST_TIMEOUT_SECONDS'
|
||||
|
||||
@@ -27,8 +27,6 @@ public:
|
||||
cacheHeaders:
|
||||
defaultCacheLengthSeconds: 120
|
||||
|
||||
rateLimit: true
|
||||
|
||||
handleInternalErrors: true
|
||||
|
||||
fetchLimit: '10MB'
|
||||
|
||||
@@ -5,6 +5,4 @@ public:
|
||||
cors:
|
||||
allowedOrigin: ['http://localhost:3000']
|
||||
|
||||
rateLimit: false
|
||||
|
||||
handleInternalErrors: false
|
||||
|
||||
@@ -3,8 +3,6 @@ public:
|
||||
address: 'localhost'
|
||||
port: 1111
|
||||
|
||||
rateLimit: false
|
||||
|
||||
redirectUrl: 'http://frontend.example.test'
|
||||
|
||||
rasterUrl: 'http://raster.example.test'
|
||||
|
||||
Reference in New Issue
Block a user