1
0
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:
Teo Mrnjavac 2013-02-06 16:46:51 +01:00
parent 9a8f2e3306
commit fffb00693a

View File

@ -54,7 +54,7 @@ ScriptCommandQueue::nextCommand()
connect( m_timer, SIGNAL( timeout() ),
this, SLOT( onTimeout() ) );
m_timer->start( 5000 );
m_timer->start( 10000 );
req->exec();
}