Revert "Feat: use file size limit from api" (#9714)

This commit is contained in:
KVOJJJin
2024-10-23 17:35:07 +08:00
committed by GitHub
parent c9dfe1ad92
commit bf478aeba2
8 changed files with 17 additions and 127 deletions

View File

@@ -1,7 +1,3 @@
// fallback for file size limit of dify_config
export const IMG_SIZE_LIMIT = 10 * 1024 * 1024
export const FILE_SIZE_LIMIT = 15 * 1024 * 1024
export const AUDIO_SIZE_LIMIT = 50 * 1024 * 1024
export const VIDEO_SIZE_LIMIT = 100 * 1024 * 1024
export const FILE_URL_REGEX = /^(https?|ftp):\/\//