帖子

分享您的知识。

帖子

分享您的知识。

McMMoKing.
Apr 10, 2025
专家问答

How to upload large files to Walrus without speed issues?

I'm trying to use Walrus for uploading files via API and I'm running into issues when trying to upload a 300MB file. While it works with the CLI, the upload speed is slow. Is there a file upload limit with Walrus, and how can I improve upload speeds for larger files?

  • Walrus
  • Typescript SDK
0
3
分享
评论
.

答案

3
Santorini.
Apr 11 2025, 15:11

Walrus has a maximum blob size limit of 13.6 GiB, so your 300MB file should not exceed the system's capabilities. However, default PUT requests are limited to 10 MiB; you can increase this limit by configuring your own publisher or adjusting the --max-body-size option.

0
评论
.
Mister_CocaCola.
Apr 11 2025, 15:18

Using a local setup with the appropriate configurations might help bypass some network limitations, potentially improving speeds. For future uploads, you can use the walrus info command to check current configurations for any predefined limits or conditions that might affect file uploads.

0
评论
.
Grizzly.
Apr 11 2025, 20:19

The slow upload speed you're experiencing on the CLI could be influenced by several factors such as network issues, server throttling, or limitations set by the server to manage high loads.

0
评论
.

你知道答案吗?

请登录并分享。

我们使用 cookie 确保您在我们的网站上获得最佳体验。
更多信息