Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
codingllama authored and github-actions committed Dec 4, 2024
1 parent cd356d8 commit fefc3a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/packages/teleport/src/services/websession/websession.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ const session = {
return false;
}

// Renew session if token expiry time is less than renewTime (with a floor
// of 30s and a ceiling of 3m).
// Renew session if token expiry time is less than renewTime (with MIN_ and
// MAX_RENEW_TOKEN_TIME as floor and ceiling, respectively).
// Browsers have js timer throttling behavior in inactive tabs that can go
// up to 100s between timer calls from testing. 3 minutes seems to be a safe number
// with extra padding.
Expand Down

0 comments on commit fefc3a0

Please sign in to comment.