mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated API (markdown)
parent
e99d0a33ac
commit
430c67d7fd
1
API.md
1
API.md
|
@ -57,6 +57,7 @@ This operation is not trivial. It will try to make a copy of the .dat and .idx f
|
||||||
One volume servers one write a time. If you need to increase concurrency, you can pre-allocate lots of volumes. Here are examples. You can combine all the different options also.
|
One volume servers one write a time. If you need to increase concurrency, you can pre-allocate lots of volumes. Here are examples. You can combine all the different options also.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# specify a specific replication
|
||||||
curl "http://localhost:9333/vol/grow?replication=000&count=4"
|
curl "http://localhost:9333/vol/grow?replication=000&count=4"
|
||||||
{"count":4}
|
{"count":4}
|
||||||
# specify a collection
|
# specify a collection
|
||||||
|
|
Loading…
Reference in a new issue