Default MES Curator Host service application settings
- Last UpdatedAug 28, 2025
- 1 minute read
The following example shows the default MES Curator Host service settings in the appsettings.json file.
Note: The TypesToUpdateFrequently setting is optional. Adding additional types is only recommended for types where the MES data is frequently updated and is not being sent to CONNECT.
"MesCurator": {
"TransactionTimeout": "60",
"DeadlockTimeoutRetryCount": "3",
"DeadlockTimeoutRetryMaxWaitTime": "1500",
"CurationTransactionTimeLimit": "30",
"WebApiTransactionTimeLimit" : "30",
"MaxRowsToReadPerCallOnDataCuration": "5000",
"MaxRetryOnLicenseValidation": "25",
"ForcedGarbageCollectionFrequency": "480",
"TimeDelayForCuration": "4",
"TypesToUpdateFrequently": [
"MESJobOrder",
"MESMaterialConsumedActual",
"MESMaterialProducedActual",
"MESMaterialInventory"
]
}