You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
In order to protect the system from expensive queries, it's helpful to put a cap on the max query length.
Describe the solution you'd like
We should be able to set a max query length per-tenant. This would filter out "obviously bad" queries, e.g. queries that contain many Kb of regex matchers.