mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +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() ),
|
||||
this, SLOT( onTimeout() ) );
|
||||
|
||||
m_timer->start( 5000 );
|
||||
m_timer->start( 10000 );
|
||||
|
||||
req->exec();
|
||||
}
|
||||
|
Reference in New Issue
Block a user