Moved back to 30 sek.

This commit is contained in:
Martin Edenhofer 2015-02-25 22:08:36 +01:00
parent c053a49391
commit 52c8410f50

View file

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