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

docs: added new category limits configuration properties [DHIS2-18521] #1464

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions src/sysadmin/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -1983,6 +1983,19 @@ apphub.api.url = https://apps.dhis2.org/api

# Number of possible concurrent sessions across different clients per user
max.sessions.per_user = 10

# ----------------------------------------------------------------------
# Metadata Model Consistency [Optional]
# ----------------------------------------------------------------------
# The maximum number of category options in a single category
metadata.categories.max_options = 31

# The maximum number of categories per category combo
metadata.categories.max_per_combo = 5

# The maximum for the product of the number of options of the categories in a category combo
# Must always be >= metadata.categories.max_options
metadata.categories.max_combinations = 500
```

## Changelog { #install_changelog }
Expand Down