Increase max attachment size
This commit is contained in:
parent
75372ad0cc
commit
a421af9ea9
|
@ -53,7 +53,7 @@ import { ScraperManager } from './scrapers.js';
|
||||||
* @returns {Promise<string>} Converted file text
|
* @returns {Promise<string>} Converted file text
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const fileSizeLimit = 1024 * 1024 * 10; // 10 MB
|
const fileSizeLimit = 1024 * 1024 * 100; // 100 MB
|
||||||
const ATTACHMENT_SOURCE = {
|
const ATTACHMENT_SOURCE = {
|
||||||
GLOBAL: 'global',
|
GLOBAL: 'global',
|
||||||
CHAT: 'chat',
|
CHAT: 'chat',
|
||||||
|
|
Loading…
Reference in New Issue