Description
The RATE_LIMIT_MAX environment variable is defined in the schema at components/log-viewer-webui/server/src/fastify-v2/plugins/external/env.ts with a default value of 100, but it's missing from the .env file. This makes it difficult for developers to configure the rate limiting behaviour.
Requested by
@junhaoliao
References
Acceptance Criteria
Description
The
RATE_LIMIT_MAXenvironment variable is defined in the schema atcomponents/log-viewer-webui/server/src/fastify-v2/plugins/external/env.tswith a default value of 100, but it's missing from the.envfile. This makes it difficult for developers to configure the rate limiting behaviour.Requested by
@junhaoliao
References
Acceptance Criteria
RATE_LIMIT_MAX=100tocomponents/log-viewer-webui/server/.env