Skip to content

Commit e469b4e

Browse files
authored
analytics timer to 60 seconds (#220)
1 parent 9c83d58 commit e469b4e

File tree

4 files changed

+1392
-1416
lines changed

4 files changed

+1392
-1416
lines changed

AmplifyPlugins/Analytics/AWSPinpointAnalyticsPlugin/Configuration/AWSPinpointAnalyticsPluginConfiguration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public struct AWSPinpointAnalyticsPluginConfiguration {
1919
static let appIdConfigKey = "appId"
2020
static let regionConfigKey = "region"
2121

22-
static let defaultAutoFlushEventsInterval = 10
22+
static let defaultAutoFlushEventsInterval = 60
2323
static let defaultTrackAppSession = true
2424
static let defaultAutoSessionTrackingInterval = 5
2525

Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ DEPENDENCIES:
2323
- SwiftLint
2424

2525
SPEC REPOS:
26-
trunk:
26+
https://cdn.cocoapods.org/:
2727
- AWSAuthCore
2828
- AWSCognitoIdentityProvider
2929
- AWSCognitoIdentityProviderASF

Pods/Manifest.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)