Skip to content
  • Nicolas Dufresne's avatar
    aggregator: Include min-upstream-latency in buffering time · c983df16
    Nicolas Dufresne authored and Tim-Philipp Müller's avatar Tim-Philipp Müller committed
    While we can fixe the upstream latency using the min-upstream-latency, we
    are now forced to use queues (hence more thread) in order to store the pending
    data whenever we have an upstream source that has lower latency.
    
    This fixes the issue by allowing to buffer the fixed upstream latency. This is
    particularly handy on single core systems were having too many threads can
    cause serious performance issues.
    
    Part-of: <!684>
    c983df16