diff --git a/src/main/kotlin/kr/co/vividnext/sodalive/chat/character/controller/ChatCharacterController.kt b/src/main/kotlin/kr/co/vividnext/sodalive/chat/character/controller/ChatCharacterController.kt index f5d5c69..e7e8fb4 100644 --- a/src/main/kotlin/kr/co/vividnext/sodalive/chat/character/controller/ChatCharacterController.kt +++ b/src/main/kotlin/kr/co/vividnext/sodalive/chat/character/controller/ChatCharacterController.kt @@ -75,7 +75,7 @@ class ChatCharacterController( } // 최신 캐릭터 조회 (최대 10개) - val newCharacters = service.getNewCharacters(30) + val newCharacters = service.getNewCharacters(50) .map { Character( characterId = it.id!!,