Skip to content

Commit

Permalink
Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Fox committed Dec 1, 2016
1 parent 31f33cb commit 54139e1
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,7 @@ public void handlePublish(BsonObject frame) {
return null;
});
}

/*
TODO support a PUBLISH with no send ack - writes can be reordered in log so getting a send ACK for each
PUB in order may require reordering on the server which can slow things down.
In some cases, e.g. transactions may want to send a bunch of publishes then just get a single ack when the tx
is persisted
*/


@Override
public void handleStartTx(BsonObject frame) {
checkContext();
Expand Down

0 comments on commit 54139e1

Please sign in to comment.