mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
Allow some more time for slow slow Ampache.
This commit is contained in:
@@ -54,7 +54,7 @@ ScriptCommandQueue::nextCommand()
|
|||||||
connect( m_timer, SIGNAL( timeout() ),
|
connect( m_timer, SIGNAL( timeout() ),
|
||||||
this, SLOT( onTimeout() ) );
|
this, SLOT( onTimeout() ) );
|
||||||
|
|
||||||
m_timer->start( 5000 );
|
m_timer->start( 10000 );
|
||||||
|
|
||||||
req->exec();
|
req->exec();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user