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/02/05 00:06:15 UTC

[02/50] couch commit: updated refs/heads/import to c3116d7

Use a 'one_for_one' strategy in couch_server_sup


Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/5232562d
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/5232562d
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch/diff/5232562d

Branch: refs/heads/import
Commit: 5232562d0d6eb6aa3021e2e1e6d3d2328a3bab10
Parents: 2b20feb
Author: Adam Kocoloski <ad...@cloudant.com>
Authored: Fri Dec 9 11:21:07 2011 -0500
Committer: Paul J. Davis <pa...@gmail.com>
Committed: Tue Feb 4 17:03:22 2014 -0600

----------------------------------------------------------------------
 src/couch_server_sup.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/5232562d/src/couch_server_sup.erl
----------------------------------------------------------------------
diff --git a/src/couch_server_sup.erl b/src/couch_server_sup.erl
index 123e6ef..528ac7c 100644
--- a/src/couch_server_sup.erl
+++ b/src/couch_server_sup.erl
@@ -70,7 +70,7 @@ start_server(IniFiles) ->
     end,
 
     BaseChildSpecs =
-    {{one_for_all, 10, 3600},
+    {{one_for_one, 10, 60},
         [{couch_config,
             {couch_server_sup, couch_config_start_link_wrapper, [IniFiles, ConfigPid]},
             permanent,