mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-10-01 15:50:33 +00:00
tv publish limit
This commit is contained in:
parent
c5f33386cf
commit
79c1f60f43
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ function PublishFile(props: Props) {
|
|||
const [oversized, setOversized] = useState(false);
|
||||
const [isVid, setIsVid] = useState(false);
|
||||
const RECOMMENDED_BITRATE = 8000000;
|
||||
const TV_PUBLISH_SIZE_LIMIT: number = 100000000;
|
||||
const TV_PUBLISH_SIZE_LIMIT: number = 1073741824;
|
||||
const UPLOAD_SIZE_MESSAGE = 'Lbrytv uploads are limited to 1 GB. Download the app for unrestricted publishing.';
|
||||
|
||||
// clear warnings
|
||||
|
|
Loading…
Add table
Reference in a new issue