Skip to content

Commit

Permalink
Don't shuffle addresses by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
pat committed Dec 18, 2011
1 parent 84976f0 commit 6c93e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/thinking_sphinx/configuration.rb
Expand Up @@ -111,7 +111,7 @@ def reset(custom_app_root=nil)
Dir.glob("#{app_root}/vendor/plugins/*/app/models/")
self.delayed_job_priority = 0
self.indexed_models = []
self.shuffle = true
self.shuffle = false

self.source_options = {}
self.index_options = {
Expand Down

0 comments on commit 6c93e0d

Please sign in to comment.