Skip to content

Commit

Permalink
Temporarily disable collation driver
Browse files Browse the repository at this point in the history
Change-Id: Ibf0753f214c4d3f5299dbb8b18d46fc53c83120a
Reviewed-on: http://review.couchbase.org/11829
Reviewed-by: Bin Cui <bin.cui@gmail.com>
Tested-by: Bin Cui <bin.cui@gmail.com>
  • Loading branch information
fdmanana authored and bcui6611 committed Dec 22, 2011
1 parent df33ee1 commit 2a45fce
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/couchdb/couch_primary_sup.erl
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ start_link() ->

init([]) ->
Children = [
{collation_driver,
{couch_drv, start_link, []},
permanent,
infinity,
supervisor,
[couch_drv]},
% {collation_driver,
% {couch_drv, start_link, []},
% permanent,
% infinity,
% supervisor,
% [couch_drv]},
{couch_task_status,
{couch_task_status, start_link, []},
permanent,
Expand Down

0 comments on commit 2a45fce

Please sign in to comment.