mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Limit query for recent chapters to 500 (#4678)
This commit is contained in:
		| @@ -42,6 +42,7 @@ fun getRecentsQuery() = | ||||
|     AND ${Chapter.COL_DATE_FETCH} > ? | ||||
|     AND ${Chapter.COL_DATE_FETCH} > ${Manga.COL_DATE_ADDED} | ||||
|     ORDER BY ${Chapter.COL_DATE_FETCH} DESC | ||||
|     LIMIT 500 | ||||
| """ | ||||
|  | ||||
| /** | ||||
|   | ||||
		Reference in New Issue
	
	Block a user