mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
bump youtube users to 500
This commit is contained in:
parent
8d8c7e8a26
commit
45417efd0c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue