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 2014/07/31 23:25:34 UTC

[46/50] folsom commit: updated refs/heads/import-master to 4824aec

Supprt for spiral in application config.


Project: http://git-wip-us.apache.org/repos/asf/couchdb-folsom/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-folsom/commit/6593e88d
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-folsom/tree/6593e88d
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-folsom/diff/6593e88d

Branch: refs/heads/import-master
Commit: 6593e88d48fa796f703ba58c54547d9342f037ed
Parents: ca127d7
Author: Karolis Petrauskas <k....@gmail.com>
Authored: Thu Jan 16 13:47:08 2014 +0200
Committer: Karolis Petrauskas <k....@gmail.com>
Committed: Thu Jan 16 13:47:08 2014 +0200

----------------------------------------------------------------------
 src/folsom.erl | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-folsom/blob/6593e88d/src/folsom.erl
----------------------------------------------------------------------
diff --git a/src/folsom.erl b/src/folsom.erl
index 9fbe2e0..250cebd 100644
--- a/src/folsom.erl
+++ b/src/folsom.erl
@@ -42,6 +42,7 @@ start(_Type, _Args) ->
        {histogram, new_histogram},
        {history, new_history},
        {meter, new_meter},
+       {spiral, new_spiral},
        {meter_reader, new_meter_reader}]),
     {ok, Pid}.