memos
memos copied to clipboard
视频上传请求30s后超时
Describe the bug
通过阿里云服务器部署后,上传200M得视频,上传速度3M,30S后请求超时了。上传失败,服务503,页面无法点击提交。
Steps to reproduce
1.文件上传。2.选择200M文件上传。3.页面报错,无明确提示
Screenshots or additional context
No response
Issue is not in English. It has been translated automatically.
Title: Video upload request timed out after 30s
need more details.
console errors, backend logs, anything you see can help debug.
docker 没有报错
Looks like a backend error. Make sure that you check the logs of the docker container.
And which storage type do you use? Database? Local? or S3.
Issue is not in English. It has been translated automatically.
文件上传请求超过30s服务端直接给断开了,是不是要设置服务器的响应超时时间?用的本地存储(local)
Issue is not in English. It has been translated automatically.
The file upload request exceeds 30s and the server is directly disconnected. Do you want to set the server response timeout? The local storage used (local)
The timeout of APIs is 30s by default. And the network speed is mostly depends on the performance of the machine you are deploying memos on.
This issue will be resolved in PR #2516