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