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

Tenant variables optimized to use parent instances as default values #4093

Closed
wants to merge 1 commit into from

Conversation

msmannan00
Copy link
Contributor

Now all the variable used on the setup of tenant are from parent as default, removing the cost for duplicate variable initialization.

  1. Inherit all variables from a parent tenant (no duplication).
  2. Update variables for tenants if needed (stored in database).
  3. Revert to tenant values if tenant updates match (efficiency).

@msmannan00 msmannan00 closed this Jun 4, 2024
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.

None yet

1 participant