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

tv-casting-app: allowing up to 20 ACL entries #245

Merged
merged 1 commit into from
Oct 4, 2023

Conversation

sharadb-amazon
Copy link
Owner

Problem

For casting, we need to allow more ACL entries, and more complex entries.
For example, the CHIP_CONFIG_EXAMPLE_ACCESS_CONTROL_MAX_ENTRIES_PER_FABRIC defaults to 4 as a result of which commissioning fails with a "Resource Exhausted" error when that limit is reached.
These limits were already set to 20 for the tv-app with an old PR: https://github.com/project-chip/connectedhomeip/pull/15468/files#diff-b71768c25b60bcee1ada91524bd579cb5a870b8c3899aa2e4235fa17fb3de7f9 but not the tv-casting-app.

This PR brings this limit up to 20 for the tv-casting-app as well.

Testing

Built and tested tv-casting-app against the tv-app to ensure commissioning succeeds.

@github-actions
Copy link

github-actions bot commented Oct 4, 2023

All PRs require an issue to be accepted, please link an issue or mention it in the body using #<issue_id>

@sharadb-amazon sharadb-amazon merged commit ed890b4 into v1.0.0-branch Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants