Used to check for browser translation.
用于检测浏览器翻译。
ブラウザの翻訳を検出する

Request Entity too Large

wangshijun
2024-07-11 22:06
· edited

Blocklet Server limits file size on uploading within a certain range for efficiency considerations, since larger file uploads will consume more resources in the server host.

The default upload size limit is 500M, if the uploaded file is larger than that size, Blocklet Server will throw "Request Entity too large".

If you want to increase the upload size limit of your Blocklet Server, you need to update routing.maxUploadFileSize in your server config file, and then start your server with -u flag.

Screenshot 2024-07-12 at 06.04.53.png


Sticker