Commit 9232d6b8 authored by Muhammad Umair Khan's avatar Muhammad Umair Khan
Browse files

chore(meep-iot, meep-sss): increase background refresh ticker to 60 seconds

parent 3a429529
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -204,7 +204,7 @@ var platformPerUserTransportIdMap = map[string][]string{} // Map
var registeredIotPlatformsAEMap = map[string]sssmgr.SensorDiscoveryInfo{} // Map AE created per IOT Plateform

// Timer to refresh devices list for all IoT platform
const refreshTickerExpeary = 30 // In seconds
const refreshTickerExpeary = 60 // In seconds

// Enable profiling
const profiling = false
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ var sensorsPerPlatformMap = map[string][]string{} // Map dsensorIdent
var subscriptionListPerSubId map[string]SensorDiscoveryInfo

// Timer to refresh devices list for all IoT platform
const refreshTickerExpeary = 20 // In seconds
const refreshTickerExpeary = 60 // In seconds

// Enable profiling
const profiling = false