mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05:00
Limit query for recent chapters to 500 (#4678)
This commit is contained in:
parent
355f6db255
commit
2145e878a4
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ fun getRecentsQuery() =
|
||||||
AND ${Chapter.COL_DATE_FETCH} > ?
|
AND ${Chapter.COL_DATE_FETCH} > ?
|
||||||
AND ${Chapter.COL_DATE_FETCH} > ${Manga.COL_DATE_ADDED}
|
AND ${Chapter.COL_DATE_FETCH} > ${Manga.COL_DATE_ADDED}
|
||||||
ORDER BY ${Chapter.COL_DATE_FETCH} DESC
|
ORDER BY ${Chapter.COL_DATE_FETCH} DESC
|
||||||
|
LIMIT 500
|
||||||
"""
|
"""
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue