Fix a Scheduler bug

This commit is contained in:
luosheng
2023-02-17 15:46:20 +08:00
parent 008f895193
commit 54aa0c5c23
7 changed files with 163 additions and 127 deletions

View File

@@ -1,8 +1,14 @@
{
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"ConnectionStrings": {
"DatabaseWriteConnectionString": "Server=localhost; User ID=root; Password=123456; Database=modbusnettest;"
},
"Config": {
"FetchSleepTime": "100"
}
}
}