Committed by
Gerrit Code Review
Turning adaptive flow sampling off by default
Change-Id: Ia1501e6b904c8f16656d650761630d60c1e712c3
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -115,7 +115,7 @@ public class OpenFlowRuleProvider extends AbstractProvider | ... | @@ -115,7 +115,7 @@ public class OpenFlowRuleProvider extends AbstractProvider |
115 | label = "Frequency (in seconds) for polling flow statistics") | 115 | label = "Frequency (in seconds) for polling flow statistics") |
116 | private int flowPollFrequency = DEFAULT_POLL_FREQUENCY; | 116 | private int flowPollFrequency = DEFAULT_POLL_FREQUENCY; |
117 | 117 | ||
118 | - private static final boolean DEFAULT_ADAPTIVE_FLOW_SAMPLING = true; | 118 | + private static final boolean DEFAULT_ADAPTIVE_FLOW_SAMPLING = false; |
119 | @Property(name = "adaptiveFlowSampling", boolValue = DEFAULT_ADAPTIVE_FLOW_SAMPLING, | 119 | @Property(name = "adaptiveFlowSampling", boolValue = DEFAULT_ADAPTIVE_FLOW_SAMPLING, |
120 | label = "Adaptive Flow Sampling is on or off") | 120 | label = "Adaptive Flow Sampling is on or off") |
121 | private boolean adaptiveFlowSampling = DEFAULT_ADAPTIVE_FLOW_SAMPLING; | 121 | private boolean adaptiveFlowSampling = DEFAULT_ADAPTIVE_FLOW_SAMPLING; | ... | ... |
-
Please register or login to post a comment