mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-28 17:47:03 +03:00
Do not update userpool cache when the token expires
This commit is contained in:
parent
487ec888b5
commit
02f90f3333
@ -105,7 +105,6 @@ class CloudAuth
|
||||
|
||||
if time_now > @token_expiration_time - EXPIRE_MARGIN
|
||||
@token_expiration_time = time_now + EXPIRE_DELTA
|
||||
update_userpool_cache
|
||||
end
|
||||
|
||||
@token_expiration_time
|
||||
|
Loading…
x
Reference in New Issue
Block a user