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

feat: ✨ max entity count set in config #53

Merged
merged 3 commits into from
Oct 25, 2021
Merged

feat: ✨ max entity count set in config #53

merged 3 commits into from
Oct 25, 2021

Conversation

marcodarko
Copy link
Contributor

max set to 1000 config.js
edge manager checks for this max and only allows it when there's potential that it may be taken down after intersecting new IDs. eg:
(MAX) --- (0) not allowed
(MAX) --- (MAX) not allowed
(MAX) --- (2) allowed, (2 will be used)
other:
updated config removed API_LIST
updated BTE Error to pass custom code, msg, name params

@newgene newgene merged commit 1083fd9 into main Oct 25, 2021
@newgene newgene deleted the entity-max branch October 25, 2021 22:52
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.

2 participants