WsdataselectWeb.Plug.SourceIdentifierLimit (wsdataselect v1.4.0)

Copy Markdown View Source

Rejects requests whose selection expands to too many source identifiers.

Whether the selection comes from a POST body (one line per stream) or from GET query parameters (comma/space separated networks, stations, channels), the resulting set of selected source identifiers must stay within a configurable cap so a single request cannot trigger unbounded database and data-reading work.

The limit is configured via the WSDATASELECT_MAX_SOURCE_IDENTIFIERS environment variable (default 200).

Summary

Functions

call(conn, opts)

init(opts)