Skip to content

Commit a7df564

Browse files
committed
[CHORE] 관련도 점수 최대값에 대한 주석 추가
1 parent 490cf6d commit a7df564

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/main/java/com/nova/nova_server/global/config/FeedConfig.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ public class FeedConfig {
1111
@Value("${feed.max-page-size:10}")
1212
private int maxPageSize;
1313

14+
/**
15+
* 피드 최대 점수<br/>
16+
* - 기본 점수: 50<br/>
17+
* - 키워드 매칭 시: +10<br/>
18+
* - 북마크된 카드 뉴스와 키워드 매칭 시: +5<br/>
19+
* 카드 뉴스 하나 당 키워드는 최대 5개이므로 최대 점수는 125점
20+
*/
1421
@Value("${feed.max-score:125}")
1522
private int maxScore;
1623

0 commit comments

Comments
 (0)