Selection Input Configurations
Selection input related configurations
Selection Input Limits
The number of stored selection input leaf items can be limited with the
selectionInputItemLimit tuning parameter.
$ confcli services.routing.tuning.general.selectionInputItemLimit
{
"selectionInputItemLimit": 10000
}
Selection Input Persistence
Selection input data used by classifiers can be stored in the AgileTV CDN
Manager. This makes the data persistent and allows it to be shared between
Director instances. Each Director fetches the data on startup from the Manager
when selectionInputFetchBase is configured:
$ confcli integration.manager.selectionInputFetchBase
{
"selectionInputFetchBase": "https://acd-manager.example.com/api/selection-input/"
}