You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2018/03/26 20:56:00 UTC

[couchdb] 29/33: WIP - fabric clustered API

This is an automated email from the ASF dual-hosted git repository.

davisp pushed a commit to branch COUCHDB-3326-clustered-purge-davisp-refactor
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit f6d6bb5a0128c58a61701675b5c6b68a40290529
Author: Paul J. Davis <pa...@gmail.com>
AuthorDate: Mon Mar 26 13:41:59 2018 -0500

    WIP - fabric clustered API
---
 src/fabric/src/fabric.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/fabric/src/fabric.erl b/src/fabric/src/fabric.erl
index 40d729c..b2e71dc 100644
--- a/src/fabric/src/fabric.erl
+++ b/src/fabric/src/fabric.erl
@@ -139,7 +139,7 @@ set_security(DbName, SecObj, Options) ->
     fabric_db_meta:set_security(dbname(DbName), SecObj, opts(Options)).
 
 %% @doc sets the upper bound for the number of stored purge requests
--spec set_purged_docs_limit(dbname(), pos_integer(), [option()]) -> ok.
+-spec set_purge_infos_limit(dbname(), pos_integer(), [option()]) -> ok.
 set_purge_infos_limit(DbName, Limit, Options)
         when is_integer(Limit), Limit > 0 ->
     fabric_db_meta:set_purge_infos_limit(dbname(DbName), Limit, opts(Options)).

-- 
To stop receiving notification emails like this one, please contact
davisp@apache.org.