summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_primary_sup.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/couchdb/couch_primary_sup.erl')
-rw-r--r--src/couchdb/couch_primary_sup.erl6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/couchdb/couch_primary_sup.erl b/src/couchdb/couch_primary_sup.erl
index 150b92e42..63315c3b5 100644
--- a/src/couchdb/couch_primary_sup.erl
+++ b/src/couchdb/couch_primary_sup.erl
@@ -31,6 +31,12 @@ init([]) ->
brutal_kill,
worker,
[couch_task_status]},
+ {couch_io_regulator,
+ {couch_io_regulator, start_link, []},
+ permanent,
+ brutal_kill,
+ worker,
+ [couch_io_regulator]},
{couch_server,
{couch_server, sup_start_link, []},
permanent,