root 3 gadi atpakaļ
vecāks
revīzija
7ca486ae0e
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/constants.ts

+ 1 - 1
src/constants.ts

@@ -170,7 +170,7 @@ export const ALLOWED_IMAGE_MIME_TYPES = [
   MIME_TYPES.gif,
   MIME_TYPES.gif,
 ] as const;
 ] as const;
 
 
-export const MAX_ALLOWED_FILE_BYTES = 2 * 1024 * 1024;
+export const MAX_ALLOWED_FILE_BYTES = 10 * 1024 * 1024;
 
 
 export const SVG_NS = "http://www.w3.org/2000/svg";
 export const SVG_NS = "http://www.w3.org/2000/svg";