mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-04-25 07:58:43 +02:00
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…
x
Reference in New Issue
Block a user