Moved back to 30 sek.
This commit is contained in:
parent
c053a49391
commit
52c8410f50
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class Sessions::Backend::TicketCreate
|
|||
return if timeout
|
||||
|
||||
# set new timeout
|
||||
Sessions::CacheIn.set( self.client_key, true, { :expires_in => 60.seconds } )
|
||||
Sessions::CacheIn.set( self.client_key, true, { :expires_in => 30.seconds } )
|
||||
|
||||
ticket_create_attributes = self.load
|
||||
|
||||
|
|
Loading…
Reference in a new issue