Skip to content

Commit

Permalink
Update comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomoyukiAota committed Jan 2, 2025
1 parent 8548cf8 commit 83f1bce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export function handleRecordAtAppLaunchFinishedWithRetry() {
// (100 ms of interval) * (1000 times) = 100 seconds of total retry duration.
// Stop retrying after this duration since
// 1) something must have gone wrong so that it's unlikely that continueing to retry will be helpful, and
// 2) retrying too many times messes up the log and analytic.
// 2) retrying too many times messes up the log and analytics.
const retryOptions: async.RetryOptions<any> = {
interval: 100, // ms
times: 1000,
Expand Down

0 comments on commit 83f1bce

Please sign in to comment.