summaryrefslogtreecommitdiff
path: root/src/couch/src/couch_secondary_sup.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/couch/src/couch_secondary_sup.erl')
-rw-r--r--src/couch/src/couch_secondary_sup.erl3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/couch/src/couch_secondary_sup.erl b/src/couch/src/couch_secondary_sup.erl
index 9c7d414d0..bb7821555 100644
--- a/src/couch/src/couch_secondary_sup.erl
+++ b/src/couch/src/couch_secondary_sup.erl
@@ -30,8 +30,7 @@ init([]) ->
{index_server, {couch_index_server, start_link, []}},
{query_servers, {couch_proc_manager, start_link, []}},
{vhosts, {couch_httpd_vhost, start_link, []}},
- {uuids, {couch_uuids, start, []}},
- {auth_cache, {couch_auth_cache, start_link, []}}
+ {uuids, {couch_uuids, start, []}}
],
MaybeHttp = case http_enabled() of