mirror of
https://github.com/mihonapp/mihon.git
synced 2025-04-11 08:03:32 +00:00
change page load wait time
This commit is contained in:
parent
66fe5a288a
commit
1facd74779
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ actual class LocalSource(
|
|||
loadMangaForPage(page)
|
||||
|
||||
while (page == currentlyLoadingPage) {
|
||||
runBlocking { delay(200) }
|
||||
runBlocking { delay(20) }
|
||||
}
|
||||
|
||||
var includedManga: MutableList<SManga>
|
||||
|
|
Loading…
Add table
Reference in a new issue