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:
parent
1ff34b8d50
commit
b5a738b017
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user