Application configuration for Translation Builder
To configure or customize Translation Builder, modify the application's appsettings.json file.
Translation Builder's appsettings.json file is located on the Content Manager server in the following folder: C:\InfoShare\App\TranslationBuilder\Bin\
The following table describes the available parameters, which are located in the TranslationBuilder section.
| Name | Description | Value |
|---|---|---|
MaxObjectsInOnePushTranslation | Maximum number of objects in a single push translation. | Default: 1000 |
MaxTranslationJobItemsCreatedInOneCall | Maximum number of items created in a single transaction. | Default: 10000 |
MaxTranslationJobItemsUpdatedInOneCall | Maximum number of items updated in a single transaction. | Default: 100 Maximum allowed: 999 |
CompletedJobLifeSpan | The time after which the completed/cancelled job is deleted. | 90.00:00:00 |
JobProcessingTimeout | The time that a job can be processed by a single step without updating the job lease before it is considered dead. | Default: 01:00:00 |
UserName | The name of the user to access Content Manager. | This value is initialized from install parameters. |
Password | The password of the user to access Content Manager. | This value is initialized from install parameters. |
JobPollingInterval | Interval at which jobs are polled for processing. | Default: 00:05:00 |
PendingJobPollingInterval | Interval at which jobs that are pending the push translations are polled for processing. | Default: 00:15:00 |
UpdateLeasedByPerNumberOfItems | Number of items that have to be updated before the translation job is updated. | Default: 100 |