mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 06:36:55 +02:00
* Don't artificially slow down the Pipeline.
This commit is contained in:
@@ -209,7 +209,7 @@ Pipeline::reportResults( QID qid, const QList< result_ptr >& results )
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
new FuncTimeout( 500, boost::bind( &Pipeline::timeoutShunt, this, q ), this );
|
new FuncTimeout( 50, boost::bind( &Pipeline::timeoutShunt, this, q ), this );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -246,7 +246,7 @@ Pipeline::shuntNext()
|
|||||||
}
|
}
|
||||||
|
|
||||||
setQIDState( q, rc );
|
setQIDState( q, rc );
|
||||||
new FuncTimeout( 500, boost::bind( &Pipeline::shunt, this, q ), this );
|
new FuncTimeout( 50, boost::bind( &Pipeline::shunt, this, q ), this );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user