Added number of pages to preload configuration
This commit is contained in:
parent
c09f6cb20c
commit
68bfba486e
@ -47,7 +47,7 @@ class HttpPageLoader(
|
|||||||
*/
|
*/
|
||||||
private val subscriptions = CompositeSubscription()
|
private val subscriptions = CompositeSubscription()
|
||||||
|
|
||||||
private val preloadSize = 4
|
private val preloadSize = prefs.eh_preload_size().getOrDefault()
|
||||||
|
|
||||||
init {
|
init {
|
||||||
// EXH -->
|
// EXH -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user