Limit title suggestions per category
Limit the number of title suggestions stored per category to 10.
This commit is contained in:
@@ -6,7 +6,7 @@ import { CATEGORY_TITLE_SUGGESTIONS } from '@/constants/categoryIcons';
|
||||
const TITLE_PREFERENCES_KEY = 'userTitlePreferences';
|
||||
|
||||
// 최대 저장 제목 개수 (카테고리별)
|
||||
const MAX_TITLES_PER_CATEGORY = 15;
|
||||
const MAX_TITLES_PER_CATEGORY = 10;
|
||||
|
||||
// 최소 사용 횟수 (이 횟수 미만이면 삭제 대상)
|
||||
const MIN_USAGE_COUNT = 2;
|
||||
|
||||
Reference in New Issue
Block a user