Navigation Menu

Skip to content

Commit

Permalink
Fix mismatched method name to send custom command via serf
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 23, 2015
1 parent 1523d80 commit fe6ba6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/serf.rb
Expand Up @@ -200,7 +200,7 @@ def last_processed_message_timestamp
end

def latest_last_processed_message_timestamp
query("export_last_processed_message_timestamp",
send_query("export_last_processed_message_timestamp",
"node" => @name)
last_processed_message_timestamp
end
Expand Down

0 comments on commit fe6ba6d

Please sign in to comment.