Pipe Optimization

This commit is contained in:
Michael Schimmel
2026-02-14 18:00:20 +01:00
parent dc46a2dd2d
commit cb8fd44d6f
3 changed files with 124 additions and 51 deletions
+1 -1
View File
@@ -636,7 +636,7 @@ begin
end;
//TODO Lookback not evaluated in script!
Result := TPipeStream.Create(config, outputDef, sources, pipeAdapter, 1000);
Result := TPipeStream.Create(config, outputDef, sources, pipeAdapter, 1000, 1);
end;
end.