Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement configuration options to limit depth of certain fields on s… #49

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

paulwellnerbou
Copy link

Implement configuration options to limit depth of certain fields on server site to avoid too much data if using a lot of relations and/or parent-child relations.

This may break previous usages, as the protection for recursion is removed. This did not work in my case, as there was data excluded that had the same name, but different paths.

To avoid recursion, this has to be configured now using one of the new configuration options, either ignore, to completely ignore a certain field, or fields, to hard limit the depth of certain collections and fields.

…erver site to avoid too much data if using a lot of relations and/or parent-child relations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant