jaeyun0503 opened a new pull request, #3703:
URL: https://github.com/apache/texera/pull/3703

   ### Summary
   After the change in #3625, many users reported that they are now more 
frequently logged out after some inactivity. We investigated and found that 
token refresh interval is falsely set to a value larger than token expiration 
time, which led to this behavior. This PR fixes this issue.
   
   Changed token refresh interval to be equal to token expiration time - 1.
   
   In order to keep active users logged in, the refresh interval should be less 
than the expiration time so that the token gets refreshed correctly.
   
   Fixes Issue #3624


-- 
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