From a954fd36827fbeffdb505c06cadb960d947e754b Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Wed, 23 Sep 2009 14:58:44 +0000 Subject: give the server a second to terminate (suppress spurious stats warnings) git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@818132 13f79535-47bb-0310-9956-ffa450edef68 --- src/couchdb/couch_server_sup.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/couchdb/couch_server_sup.erl b/src/couchdb/couch_server_sup.erl index 610a9a61..989b0007 100644 --- a/src/couchdb/couch_server_sup.erl +++ b/src/couchdb/couch_server_sup.erl @@ -154,7 +154,7 @@ start_primary_services() -> {couch_server, {couch_server, sup_start_link, []}, permanent, - brutal_kill, + 1000, worker, [couch_server]}, {couch_db_update_event, -- cgit v1.2.3