mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 03:10:12 +02:00
* Hotfix for Domme.
This commit is contained in:
@@ -298,7 +298,8 @@ Connection::setId( const QString& id )
|
||||
void
|
||||
Connection::readyRead()
|
||||
{
|
||||
//qDebug() << "readyRead, m_bs:" << m_bs << "bytesavail:" << m_sock->bytesAvailable();
|
||||
qDebug() << "readyRead, bytesavail:" << m_sock->bytesAvailable();
|
||||
|
||||
if( m_msg.isNull() )
|
||||
{
|
||||
if( m_sock->bytesAvailable() < Msg::headerSize() )
|
||||
|
@@ -25,7 +25,7 @@
|
||||
|
||||
// close the dbsync connection after this much inactivity.
|
||||
// it's automatically reestablished as needed.
|
||||
#define IDLE_TIMEOUT 60000
|
||||
#define IDLE_TIMEOUT 600000
|
||||
|
||||
using namespace Tomahawk;
|
||||
|
||||
|
Reference in New Issue
Block a user