Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Issue SB-12835 fix: Updated telemetry sync threshhold.
Browse files Browse the repository at this point in the history
  • Loading branch information
swayangjit committed Jun 7, 2019
1 parent fdae3c8 commit 13d0bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 13d0bf3

Please sign in to comment.