bump youtube users to 500

This commit is contained in:
Hongbo Wu
2024-03-28 12:15:36 +08:00
parent 8d8c7e8a26
commit 45417efd0c

View File

@ -7,7 +7,7 @@ import { getRepository } from '../repository'
import { logger } from '../utils/logger'
const MAX_ULTRA_REALISTIC_USERS = 1500
const MAX_YOUTUBE_TRANSCRIPT_USERS = 100
const MAX_YOUTUBE_TRANSCRIPT_USERS = 500
const MAX_NOTION_USERS = 1000
export enum FeatureName {