mirror of
https://github.com/Telecominfraproject/wlan-cloud-opensync-controller.git
synced 2025-10-30 18:17:59 +00:00
[WIFI-2079] change survey_interval_ms from 50ms to 120ms
This commit is contained in:
@@ -352,7 +352,7 @@ public class OvsdbStatsConfig extends OvsdbDaoBase {
|
|||||||
rowColumns.put("stats_type", new Atom<>("survey"));
|
rowColumns.put("stats_type", new Atom<>("survey"));
|
||||||
rowColumns.put("survey_type", new Atom<>("off-chan"));
|
rowColumns.put("survey_type", new Atom<>("off-chan"));
|
||||||
rowColumns.put("sampling_interval", new Atom<>(10));
|
rowColumns.put("sampling_interval", new Atom<>(10));
|
||||||
rowColumns.put("survey_interval_ms", new Atom<>(50));
|
rowColumns.put("survey_interval_ms", new Atom<>(120));
|
||||||
rowColumns.put("threshold", thresholds);
|
rowColumns.put("threshold", thresholds);
|
||||||
Row updateRow = new Row(rowColumns);
|
Row updateRow = new Row(rowColumns);
|
||||||
operations.add(new Insert(wifiStatsConfigDbTable, updateRow));
|
operations.add(new Insert(wifiStatsConfigDbTable, updateRow));
|
||||||
|
|||||||
Reference in New Issue
Block a user