Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
godrei committed Dec 13, 2024
1 parent 3d50b54 commit 27d3087
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ var (
// A given token can be reused for up to 20 minutes:
// https://developer.apple.com/documentation/appstoreconnectapi/generating_tokens_for_api_requests
//
// The step generates a new token 2 minutes before the expiry.
// We use 18 minutes to make sure time inaccuracies at token validation does not cause issues.
jwtDuration = 18 * time.Minute
)
Expand Down

0 comments on commit 27d3087

Please sign in to comment.