config: Add ProfileWorker configuration section
- ProfileWorker:IntervalMS = 1000 (1 second sync interval) - Configurable via appsettings.json with IOptions pattern - Validated at startup via ProfileWorkerOptionsValidator
This commit is contained in:
@@ -20,5 +20,8 @@
|
||||
},
|
||||
"Application": {
|
||||
"LogDirectory": "E:\\LogFiles\\Digital Data\\ECMJobRunner.WebCron"
|
||||
},
|
||||
"ProfileWorker": {
|
||||
"IntervalMS": 1000
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user