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
Regression tests usually don't have many or big objects, so they shouldn't take a lot of memory. If they do, the query is likely not optimal.
If the value (10 MB) does not work we can also tweak it later.
This can also be used by special tests that have a large "payload" field to ensure this field never makes it into query memory.
Needed to refactor one query because it was one query that performed a lot of filters.
0 commit comments