"wordExport" section
Set word export properties
A typical example
"wordExport" : {
"maxParallelProcesses" : 3,
"timeoutSeconds" : 3600,
"restLoaderPageSize" : 50,
"jvmArguments" : "-Xmx3G",
"debugLogging" : false,
"runJdwp" : false,
"jdwpPort" : 5005,
"enableLegacyWordExports" : false
}
Added export application URL and run/cleanup period values.
Since CB 10.1
"wordExport" : {
"wordExportServerUrl" : "http://localhost:8081",
"apiKeyTimeToLive" : "1D",
"cleanupPeriod" : "1D",
"cleanupTimeToLive": "5D",
"reRunPeriod" : "1H"
}
Since CB 21.04
"wordExport" : {
"auditTrailLimit" : 100
}
Limit used when exporting tracker audit trail. Number of changes exported is 25 by default and can be changed with above config option.
Since CB 22.04
• enableRemote: enable/disable remote mode directly, adding wordExportServerUrl no longer configure remote mode
“restReadTimeout” Property
"wordExport" : {
"restReadTimeout" : -1
}
The following table provides details on the “restReadTimeout” property.
Property
|
Default Value
|
Description
|
"restReadTimeout"
|
-1
|
The “restReadTimeout” property sets the REST request read timeout for Word Export.
The system default value is -1.
The value unit of the “restReadTimeout” property is milliseconds.
|