Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed May 21, 2024
1 parent 72acfe2 commit 4d3c4eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/browser/src/core/analytics/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,8 @@ export class AnalyticsInstanceSettings {
readonly cdnSettings: CDNSettings

/**
* The timeout for the analytics request in milliseconds
* Auto-track specific timeout setting for legacy purposes.
*/
// this is an odd setting -- it's only used in auto-track.ts, but has an entire method around it.
timeout = 300

constructor(settings: AnalyticsSettings) {
Expand Down

0 comments on commit 4d3c4eb

Please sign in to comment.