Skip to content

Commit

Permalink
Turn off search indexes by default, Closes #412
Browse files Browse the repository at this point in the history
  • Loading branch information
behrad committed Mar 24, 2015
1 parent f36cf49 commit 047308b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/queue/job.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ _.mixin(require("lodash-deep"));
exports = module.exports = Job;


exports.disableSearch = false;
exports.disableSearch = true;

/**
* Search instance.
Expand Down

0 comments on commit 047308b

Please sign in to comment.