From 79c1f60f43803637af5926e3b84950653d30f503 Mon Sep 17 00:00:00 2001 From: jessop Date: Thu, 5 Mar 2020 15:03:36 -0500 Subject: [PATCH] tv publish limit --- ui/component/publishFile/view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/component/publishFile/view.jsx b/ui/component/publishFile/view.jsx index 277375928..df8878cc3 100644 --- a/ui/component/publishFile/view.jsx +++ b/ui/component/publishFile/view.jsx @@ -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