1
0
mirror of https://github.com/algora-io/tv.git synced 2024-11-26 01:00:20 +02:00

allow uploads up to 10G

This commit is contained in:
zafer 2024-06-04 13:01:09 +03:00
parent 1ff34b8d50
commit b5a738b017

View File

@ -305,7 +305,7 @@ defmodule AlgoraWeb.StudioLive do
defp error_to_string(:not_accepted), do: "You have selected an unacceptable file type"
defp error_to_string(:too_many_files), do: "You have selected too many files"
defp max_file_size(), do: 5
defp max_file_size(), do: 10
defmodule Status do
use Phoenix.Component