diff --git a/public/scripts/chats.js b/public/scripts/chats.js index 19e316fa5..f5fa6a851 100644 --- a/public/scripts/chats.js +++ b/public/scripts/chats.js @@ -53,7 +53,7 @@ import { ScraperManager } from './scrapers.js'; * @returns {Promise} Converted file text */ -const fileSizeLimit = 1024 * 1024 * 10; // 10 MB +const fileSizeLimit = 1024 * 1024 * 100; // 100 MB const ATTACHMENT_SOURCE = { GLOBAL: 'global', CHAT: 'chat',