Reduce delay from 2000ms to 1000ms (#2590)

This commit is contained in:
Jamis
2025-12-30 00:56:21 +08:00
committed by GitHub
parent 8fc0cc264f
commit 97486e7222

View File

@@ -370,7 +370,7 @@ public partial class ScriptService : IScriptService
_logger.LogInformation("------------------------------");
}
await Task.Delay(2000);
await Task.Delay(1000);
}
if (!RunnerContext.Instance.IsPreExecution && taskProgress != null)