1 import { BASE_SIZE } from '@proton/shared/lib/helpers/size';
3 export const MAX_FILENAME_CHARS_DISPLAY = 100;
4 export const MAX_IMPORT_FILE_SIZE = 10 * BASE_SIZE ** 2;
5 export const MAX_IMPORT_FILE_SIZE_STRING = '10 MB';
6 export const MAX_NUMBER_OF_USER_ROWS = 750;