From 13d0bf3fed40931ae8908de95c4292753c6d52eb Mon Sep 17 00:00:00 2001 From: swayangjit Date: Sat, 8 Jun 2019 00:44:25 +0530 Subject: [PATCH] Issue SB-12835 fix: Updated telemetry sync threshhold. --- src/app/app.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 3f9c3c3a6..f80ad536b 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -259,7 +259,7 @@ export const sunbirdSdkFactory = telemetryApiPath: '/api/data/v1', deviceRegisterHost: buildConfigValues['DEVICE_REGISTER_BASE_URL'], telemetrySyncBandwidth: 200, - telemetrySyncThreshold: 10, + telemetrySyncThreshold: 200, telemetryLogMinAllowedOffset: 86400000 }, sharedPreferencesConfig: {