Supplemental Ninja: Address message coalescing regression - Update yaml

Patch by Jeff Jirsa following CASSANDRA-12676
This commit is contained in:
Jeff Jirsa 2017-03-02 21:36:34 -08:00
parent 10154272ed
commit ff170af2a2
1 changed files with 2 additions and 2 deletions

View File

@ -1209,9 +1209,9 @@ back_pressure_strategy:
# See CASSANDRA-8692 for details.
# Strategy to use for coalescing messages in OutboundTcpConnection.
# Can be fixed, movingaverage, timehorizon (default), disabled.
# Can be fixed, movingaverage, timehorizon, disabled (default).
# You can also specify a subclass of CoalescingStrategies.CoalescingStrategy by name.
# otc_coalescing_strategy: TIMEHORIZON
# otc_coalescing_strategy: DISABLED
# How many microseconds to wait for coalescing. For fixed strategy this is the amount of time after the first
# message is received before it will be sent with any accompanying messages. For moving average this is the