[frontend] FIXME temporarily raise file upload max size
This commit is contained in:
parent
5cf25f89d3
commit
92d5c4e611
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ internal class ApiClient(HttpClient client)
|
|||
{
|
||||
request.Content = new MultipartFormDataContent
|
||||
{
|
||||
new StreamContent(file.OpenReadStream())
|
||||
new StreamContent(file.OpenReadStream(maxAllowedSize: 1024 * 1024 * 50))
|
||||
{
|
||||
Headers =
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue