File size: 153 Bytes
1e92f2d |
1 2 3 |
// Keep this value in sync with wpcom sandbox bin/transfers/at-get-theme-slug.sh MAX_FILE_SIZE.
export const MAX_UPLOAD_ZIP_SIZE = 50 * 1000000; // 50MB
|
1e92f2d |
1 2 3 |
// Keep this value in sync with wpcom sandbox bin/transfers/at-get-theme-slug.sh MAX_FILE_SIZE.
export const MAX_UPLOAD_ZIP_SIZE = 50 * 1000000; // 50MB
|