From d3a5957a347c5924be4bf774306ee8b93c76f1e2 Mon Sep 17 00:00:00 2001 From: chrislusf Date: Fri, 24 Oct 2025 13:04:58 -0700 Subject: [PATCH] outdated fix https://github.com/seaweedfs/seaweedfs/discussions/7373 --- Filer-Server-API.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Filer-Server-API.md b/Filer-Server-API.md index ca63655..7e63d34 100644 --- a/Filer-Server-API.md +++ b/Filer-Server-API.md @@ -49,7 +49,6 @@ You can append to any HTTP API with &pretty=y to see a formatted json output. | resolveManifest | resolve manifest chunks | false | ### notice * It is recommended to add retries when writing to Filer. -* `AutoChunking` is not supported for method `PUT`. If the file length is greater than 256MB, only the leading 256MB in the `PUT` request will be saved. * When appending to a file, each append will create one chunk and added to the file metadata. If there are too many small appends, there could be too many chunks. So try to keep each append size reasonably big. Examples: