diff options
Diffstat (limited to 'src/couchdb/couch_server_sup.erl')
-rw-r--r-- | src/couchdb/couch_server_sup.erl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/couchdb/couch_server_sup.erl b/src/couchdb/couch_server_sup.erl index 9c74a1a3..f0157864 100644 --- a/src/couchdb/couch_server_sup.erl +++ b/src/couchdb/couch_server_sup.erl @@ -139,6 +139,12 @@ start_primary_services() -> brutal_kill, supervisor, [couch_server]}, + {couch_file_stats, + {couch_file_stats, start_link, []}, + permanent, + brutal_kill, + supervisor, + [couch_file_stats]}, {couch_db_update_event, {gen_event, start_link, [{local, couch_db_update}]}, permanent, |