# 삭제된 게시글이 더 이상 숨겨진 것으로 표시되지 않음

**URL:** https://meta.discourse.org/t/deleted-posts-no-longer-showing-as-hidden/341555
**Category:** Support
**Created:** [12월 10, 2024, 9:18오전 UTC](https://meta.discourse.org/t/deleted-posts-no-longer-showing-as-hidden/341555 "2024-12-10T09:18:30Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![MyRedDream](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/myreddream/32/453091_2.png) [@MyRedDream](https://meta.discourse.org/u/MyRedDream)
#### Post date: [12월 10, 2024, 9:18오전 UTC](https://meta.discourse.org/t/deleted-posts-no-longer-showing-as-hidden/341555/1 "2024-12-10T09:18:30Z")

</div>

안녕하세요,

저희 운영 중인 사이트는 여전히 Discourse 3.2 버전을 사용하고 있습니다. 최근 삭제된 게시물이 숨김 처리로 표시되지 않고 있습니다. 해당 게시물이 스레드에서 완전히 사라져서 사용자 노트를 추가할 수 없습니다. 프로필 보기에서 /deleted-posts를 조회하면 여전히 보이지만, 클릭하여 열람할 수는 없습니다. 숨김 게시물 자동 삭제 기간은 최대치로 설정되어 있습니다. 도움을 주실 수 있으신 분 계신가요? 감사합니다!

---

<div class="post-metadata">

### Author: ![RGJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rgj/32/523185_2.png) [@RGJ](https://meta.discourse.org/u/RGJ)
#### Post date: [12월 10, 2024, 1:01오후 UTC](https://meta.discourse.org/t/deleted-posts-no-longer-showing-as-hidden/341555/2 "2024-12-10T13:01:22Z")

</div>

성능상의 이유로 10,000개 이상의 게시글이 있는 토픽에서 이러한 일이 발생합니다.

> <https://github.com/discourse/discourse/blob/34152f10b054c6b02d18a1f2b8acc7e9f7a51a6b/lib/topic_view.rb#L253-L264>

`MEGA_TOPIC_POSTS_COUNT = 10_000`

> PERF: 메가 토픽에서 갭(gaps)에 대한 지원을 중단합니다.  
> 현재 구현 방식에 따르면, 대용량 토픽의 갭을  
> 저렴하게(효율적으로) 결정하는 현실적인 방법이 없습니다.  
> 갭을 청크 단위로 로드하는 방식을 시도해 보았으나,  
> 코드가 너무 복잡해진다고 판단했습니다.  
> 참고로 메가 토픽은 실제 환경에서 매우 드뭅니다.
