mirror of
				https://github.com/Telecominfraproject/wlan-cloud-opensync-controller.git
				synced 2025-10-31 02:27:49 +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("survey_type", new Atom<>("off-chan")); | ||||
|                     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); | ||||
|                     Row updateRow = new Row(rowColumns); | ||||
|                     operations.add(new Insert(wifiStatsConfigDbTable, updateRow)); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Thomas-Leung2021
					Thomas-Leung2021