From 430c67d7fd3bc4e406d3ff6c33c695a9a39d43e6 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 17 Jun 2016 10:24:34 -0700 Subject: [PATCH] Updated API (markdown) --- API.md | 1 + 1 file changed, 1 insertion(+) diff --git a/API.md b/API.md index 5e80d05..17e4398 100644 --- a/API.md +++ b/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. ```bash +# specify a specific replication curl "http://localhost:9333/vol/grow?replication=000&count=4" {"count":4} # specify a collection