reduce time we'll wait for a summary to unlock when loading it for games list.

This commit is contained in:
Eric House 2012-12-11 19:11:23 -08:00
parent 01d17fe0c5
commit 575d5e9745

View file

@ -250,7 +250,7 @@ public class GameListItem extends LinearLayout
@Override
protected GameSummary doInBackground( Void... unused )
{
return DBUtils.getSummary( m_context, m_rowid, 1500 );
return DBUtils.getSummary( m_context, m_rowid, 150 );
} // doInBackground
@Override