Yicong-Huang commented on code in PR #3693:
URL: https://github.com/apache/texera/pull/3693#discussion_r2298723580


##########
core/gui/src/app/common/service/user/auth.service.ts:
##########
@@ -171,6 +170,8 @@ export class AuthService {
 
   private registerAutoRefreshToken() {
     this.refreshTokenSubscription?.unsubscribe();
+    const TOKEN_REFRESH_INTERVAL_IN_MIN = 
this.config.env.expirationTimeInMinutes
+    // Token Refresh Interval set to Token Expiration Time

Review Comment:
   This is a valid point. @jaeyun0503 please make sure we don't have exactly 
the same time for refresh and expiration time.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to