Skip to content

Commit

Permalink
Merge pull request #562 from frapex/mod_cluster-flushpackets
Browse files Browse the repository at this point in the history
UNDERTOW-1195 correct value of FLUSH_PACKET_STRING in the mod_cluster MCMP implementation
  • Loading branch information
stuartwdouglas committed Oct 12, 2017
2 parents 6f69d50 + 99c33c1 commit d6b1f70
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -29,7 +29,7 @@ interface MCMPConstants {
String BALANCER_STRING = "Balancer";
String CONTEXT_STRING = "Context";
String DOMAIN_STRING = "Domain";
String FLUSH_PACKET_STRING = "flushpacket";
String FLUSH_PACKET_STRING = "flushpackets";
String FLUSH_WAIT_STRING = "flushwait";
String HOST_STRING = "Host";
String JVMROUTE_STRING = "JVMRoute";
Expand Down

0 comments on commit d6b1f70

Please sign in to comment.