Navigation Menu

Skip to content

Commit

Permalink
Shorten tag name for unprocessed messages
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 7, 2015
1 parent 01d5f25 commit 2a3e7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/serf.rb
Expand Up @@ -248,7 +248,7 @@ def detect_other_hosts
end
end

HAVE_UNPROCESSED_MESSAGES_TAG_PREFIX = "have-unprocessed-messages-for-"
HAVE_UNPROCESSED_MESSAGES_TAG_PREFIX = "buffered-for-"

def have_unprocessed_messages_tag_for(node_name)
"#{HAVE_UNPROCESSED_MESSAGES_TAG_PREFIX}#{node_name}"
Expand Down

0 comments on commit 2a3e7ad

Please sign in to comment.