feat(home): 추천 콘텐츠 개수 20 -> 30개로 변경

This commit is contained in:
2025-11-17 15:49:06 +09:00
parent 04e7c90407
commit 806fcfe7db

View File

@@ -51,7 +51,7 @@ class HomeService(
private val imageHost: String
) {
companion object {
private const val RECOMMEND_TARGET_SIZE = 20
private const val RECOMMEND_TARGET_SIZE = 30
private const val RECOMMEND_MAX_ATTEMPTS = 3
}