lib/sunspot/configuration.rb in sunspot-2.2.4 vs lib/sunspot/configuration.rb in sunspot-2.2.5

- old
+ new

@@ -23,10 +23,11 @@ LightConfig.build do solr do url 'http://127.0.0.1:8983/solr/default' read_timeout nil open_timeout nil + proxy nil end master_solr do url nil end pagination do @@ -35,10 +36,10 @@ indexing do default_batch_size 50 end end end - + # Location for the default solr configuration files, # required for bootstrapping a new solr installation # # ==== Returns #