Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REFACTOR] Polling에서 사용하지 않는 바디 정보 제거 #394

Closed
leegwichan opened this issue Nov 7, 2024 · 0 comments · Fixed by #396
Closed

[REFACTOR] Polling에서 사용하지 않는 바디 정보 제거 #394

leegwichan opened this issue Nov 7, 2024 · 0 comments · Fixed by #396
Assignees
Labels
♻️ refactor 리팩토링

Comments

@leegwichan
Copy link
Contributor

Description 💭

  • 현재 모든 폴링 요청에서 "현재 방의 마스터 정보"를 제공해 주고 있었음
    • 이전 버전에서 "방장 뷰"와 "일반 참여자 뷰"를 구분하기 위한 정보로 사용
  • 더 이상 해당 정보가 (방 정보 조회를 제외한) Polling 요청에서 필요하지 않음
    • 현 버전에서는 "내 정보 조회 API"의 캐싱을 사용하여 자신의 정보를 조회함
  • 해당 정보는 코드 및 쿼리 등에서 리소스를 잡아 먹기 때문에 제거 필요

TODO ✅

  • (방 정보 조회를 제외한) Polling 요청에서 마스터 정보 제거

Reference 🔎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
♻️ refactor 리팩토링
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant