An extra indentation on a sleep function call was slowing down step generation in stepsGeneratorStep. Furthermore, in a streaming environment, this would quadratically increase processing time, as the sleep command is called regardless of the TS is processed or not.
An extra indentation on a sleep function call was slowing down step generation in
stepsGeneratorStep
. Furthermore, in a streaming environment, this would quadratically increase processing time, as the sleep command is called regardless of the TS is processed or not.