Fix private calls
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
/** Maximum file size (bytes) that is automatically saved or pushed for inline previews. */
|
||||
export const MAX_AUTO_SAVE_SIZE_BYTES = 10 * 1024 * 1024; // 10 MB
|
||||
|
||||
/** Maximum browser-only audio/video size that renders with an inline media player. */
|
||||
export const MAX_BROWSER_INLINE_MEDIA_SIZE_BYTES = 50 * 1024 * 1024; // 50 MB
|
||||
|
||||
Reference in New Issue
Block a user