1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-10-04 17:41:42 +02:00
This commit is contained in:
Jeff Mitchell
2012-07-09 09:54:18 -04:00
parent c60e96b365
commit a8a8218e93
4 changed files with 4 additions and 40 deletions

View File

@@ -1305,7 +1305,7 @@ TomahawkSettings::updateIndex()
DatabaseCommand* cmd = new DatabaseCommand_UpdateSearchIndex();
Database::instance()->enqueue( QSharedPointer<DatabaseCommand>( cmd ) );
QTimer::singleShot( 2000, this, SLOT( updateIndex() ) );
QTimer::singleShot( 5000, this, SLOT( updateIndex() ) );
}