metrico / qryn

⭐️ All-in-One Polyglot Observability with OLAP Storage for Logs, Metrics, Traces & Profiles. Drop-in Grafana Cloud replacement compatible with Loki, Prometheus, Tempo, Pyroscope, Opentelemetry, Datadog and beyond :rocket:
https://qryn.dev
GNU Affero General Public License v3.0
1.24k stars 68 forks source link

FASTIFY_BODYLIMIT is not found in the code #273

Closed vbichov closed 1 year ago

vbichov commented 1 year ago

tried increasing request body size and found this issue with the above flag mentioned in the docs

but I can't seem to find any mentions of that flag (FASTIFY_BODYLIMIT) in the code.

What am I missing?

lmangani commented 1 year ago

Thanks @vbichov indeed it seems a recent refactor left this ENV mid-air in new releases. Coming up in a new PR next.

lmangani commented 1 year ago

Restored in v2.1.56

Thanks for the report @vbichov