Skip to content

Commit

Permalink
adding preference to replay call in task_caller
Browse files Browse the repository at this point in the history
  • Loading branch information
Missy authored and Missy committed May 2, 2013
1 parent e95bd22 commit f9e09f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion squirrel/squirrel.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def task_caller
when :warmer when :warmer
determine_warmer_action(@options) determine_warmer_action(@options)
when :replay when :replay
Replay.new(@options[:execute_slow_queries], @options[:host], @options[:port]).run Replay.new(@options[:execute_slow_queries], @options[:host], @options[:port], options[:preference]).run
when :cache when :cache
determine_cache_clear(@options) determine_cache_clear(@options)
when :index_settings when :index_settings
Expand Down

0 comments on commit f9e09f4

Please sign in to comment.