mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 20:48:00 +01:00
try caching 100 items per folder, up from 40
This commit is contained in:
parent
e67253ccae
commit
1390d9541c
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ import java.io.File
|
|||
import java.io.IOException
|
||||
|
||||
class MediaActivity : SimpleActivity(), MediaAdapter.MediaOperationsListener {
|
||||
private val SAVE_MEDIA_CNT = 40
|
||||
private val SAVE_MEDIA_CNT = 100
|
||||
private val LAST_MEDIA_CHECK_PERIOD = 3000L
|
||||
|
||||
private var mPath = ""
|
||||
|
|
Loading…
Reference in a new issue