优化SQL语句输出,修复处理进度中错误的表输入计数器。

This commit is contained in:
2025-01-03 10:17:25 +08:00
parent 27ea80d359
commit d2d7b21620
5 changed files with 14 additions and 11 deletions

View File

@@ -57,7 +57,7 @@ async Task RunProgram()
host.Services.Configure<MockInputOptions>(options =>
{
const float Multiplexer = 0.01F;
const float Multiplexer = 1F;
var SampleSharedKeys = Enumerable.Range(0, 11).Select(i => (23010 + i * 10).ToString()).Concat(
Enumerable.Range(0, 11).Select(i => (24010 + i * 10).ToString())).ToArray();
options.Rules = new Dictionary<string, TableMockOptions>()