Merge branch 'chore/dev-cluster-dispatch-tuning': raise dev-cluster notification dispatch throughput

This commit is contained in:
Joseph Doherty
2026-05-21 02:35:22 -04:00
2 changed files with 8 additions and 0 deletions

View File

@@ -53,6 +53,10 @@
"AuthMode": "None",
"FromAddress": "scada-notifications@company.com"
},
"NotificationOutbox": {
"DispatchInterval": "00:00:05",
"DispatchBatchSize": 1000
},
"Logging": {
"MinimumLevel": "Information"
}

View File

@@ -53,6 +53,10 @@
"AuthMode": "None",
"FromAddress": "scada-notifications@company.com"
},
"NotificationOutbox": {
"DispatchInterval": "00:00:05",
"DispatchBatchSize": 1000
},
"Logging": {
"MinimumLevel": "Information"
}