mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-12 10:00:43 +01:00
try caching 100 items per folder, up from 40
This commit is contained in:
parent
e67253ccae
commit
1390d9541c
@ -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…
x
Reference in New Issue
Block a user