Skip to main content
Version: 1.16

LTA Manager static configuration

Static configuration is the microservice configuration set before microservice startup in a property file. This configuration is common to all tenant.

Static configuration for LTA Manager service are :

NameTypeDefault ValueDescription
regards.ltamanager.request.deletion.batch.sizeinteger1000Max deletions treated at once.
regards.ltamanager.cache.model.expires_minutesinteger60Model cache expiration in minutes. Models are cached in LTA-Manager because they come from DAM microservice.
regards.ltamanager.request.bulk.sizeinteger1000Bulk size limit to handle messages

Some other properties can be updated, please check LTA Manager section in the install guide.

info

Some of these properties are customizable in ansible inventory. see installation guide

To make missing properties customizable, you have to update regards ansible playbook : the regards-mconfig role.