mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-11-24 08:46:54 +08:00
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user