Translation Organizer common parameters
A number of common parameters are included in Translation Organizer's appsettings.json file to configure general aspects of the application.
| Parameter | Description | Default value |
|---|---|---|
DumpFolder | The folder where the temporary files are created | (initialized from install parameters) |
MaxTranslationJobItemsUpdatedInOneCall | Maximum number of items updated in a single transaction | 100 |
JobPollingInterval | Interval at which jobs are polled for processing | 00:05:00 |
PendingJobPollingInterval | Interval at which jobs pending translation are polled for processing | 00:15:00 |
SystemTaskInterval | The minimal interval that system tasks (for example, template synchronisation) are run | 00:10:00 |
AttemptsBeforeFailOnRetrieval | Number of attempts the update of single content object fails before the job is moved to failed status | 3 |
UpdateLeasedByPerNumberOfItems | Number of items that have to be updated before the translation job is updated | 100 |
SynchronizeTemplates | Specifies whether service should synchronize templates | true |
RetriesOnTimeout | Number of times the single server call can fail and be retried before the job is moved to failed status | 3 |
RequestTimeout | Timeout for the Content Manager web service calls | 00:02:00 |