-
Notifications
You must be signed in to change notification settings - Fork 4
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
[MERGE] dev-be to prod-be #298
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 서버 시작 시 전체 다시보기 정보를 불러와서, 현재 inMemory에 없는 session 데이터만 추가 - 기존 mock 데이터와의 충돌을 막기 위해 - 서버 종료 시 현재 inMemory의 다시보기 정보를 DB로 저장 - 이 때 중복된 세션키는 자동으로 추가되지 않음
nms cpu core 갯수 하향 조정
- 메인 대시보드 정보에 streamUrl 추가 - 제목, 카테고리, 태그 초기값 설정
…info_save_db �[FEAT] 다시보기 데이터 DB 저장 로직 / 개발용 API
preset ultrafast 로 조정
chore: nms version 수정
- 해당 inmemory는 치지직 스위치 전환 시 초기화
feat: init 질문 리스트 reverse
- 서버에서 index.m3u8을 불러오는 유틸 함수 작성 - 사용하지 않는 변수 정리
…ive_mock_setting [FEAT] 치지직 라이브 영상에 맞춰 mock 데이터 대응 / 다시보기 m3u8 저장 로직 수정
[FEAT] #250 악성 유저 밴 기능
…checker_api [FEAT] 방송/다시보기 존재 여부에 대한 체크 api
[FIX]: init data 형식 수정
[FIX]: init data 형식 수정
[Refactor] ChatException throw 시, roomId 를 담아서 throw 하도록 수정
[Feat] Chat Exception 세분화
refactor : user ban 을 x-forwarded-for 에서 userAgent 로 변경
…umbnail_url [FEAT] 썸네일 API URL 추가 / 다시보기 등록 기준으로 정렬
…umbnail_url [FIX] RTMP 버전 수정 / 개발자용 API 추가
- 변수 빠져있었음
refactor: chat server 의 blacklist user 를 가져올 때, server.handshake 를 참조하는 것에서 user 에 미리 등록해놓고 user 에서 가져오기
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[MERGE] dev-be to prod-be