Skip to content

Commit

Permalink
Follow to change of droonga-engine
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 7, 2015
1 parent 0541c69 commit a5eec0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/serf/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Client.prototype = {

var name = member.Name;
if (members.some(function(member) {
return member.Tags["have-unprocessed-messages-for-" + name] == "true";
return member.Tags["buffered-for-" + name] == "true";
}))
return false;

Expand Down

0 comments on commit a5eec0f

Please sign in to comment.