Rijk van Zanten

Results 433 comments of Rijk van Zanten

@d3v1an7 I think ideally there's a "format error" operation that'll return an error in the shape the Directus app expects, which it can then in turn render in a proper...

As per your comment on the original issue: > in the other hand using where ( orWhere ) is the equivalent of the following code , the code will perform...

> I've been trying to get this pressure rate-limiter to trigger using k6 but have not managed to do so yet. Are there specific configurations or limits i can set...

Partial fix numero uno here is to ensure there's some configuration to control the max retention on those tables. Part of the problem is that it effectively grows infinitely big...

This was fixed in https://github.com/directus/directus/pull/17939

The /assets endpoint already allows any arbitrary text behind the UUID, so you could do this as-is 👍🏻

The amount of duplication here makes me a bit worried about the long-term maintainability of this logic.. @u12206050 am I correctly understanding that's required for the performance optimizations? Is there...

I'll close this for now, as the large amount of duplicated code hurts the long-term maintainability more than warranted for the performance improvement. Lets instead research the possibility of relying...

Usually, "things are slow" isn't really a thing we can action on, so unless we know of a particular bottleneck / problem to fix, I'm inclined to close this (you...