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:
2026-07-13 11:59:59 +02:00
parent 41b08e3454
commit b48e3d1823

View File

@@ -20,5 +20,8 @@
}, },
"Application": { "Application": {
"LogDirectory": "E:\\LogFiles\\Digital Data\\ECMJobRunner.WebCron" "LogDirectory": "E:\\LogFiles\\Digital Data\\ECMJobRunner.WebCron"
},
"ProfileWorker": {
"IntervalMS": 1000
} }
} }