Skip to content

Commit

Permalink
Session time check
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranav-b-7 committed Nov 30, 2020
1 parent 7cac85f commit 3ccd1b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ import static retrofit.Endpoints.newFixedEndpoint
@Import([PluginsAutoConfiguration, DeckPluginConfiguration, PluginWebConfiguration])
class GateConfig extends RedisHttpSessionConfiguration {

@Value('${server.session.timeout-in-seconds:3600}')
@Value('${server.session.timeout-in-seconds:300}')
void setSessionTimeout(int maxInactiveIntervalInSeconds) {
super.setMaxInactiveIntervalInSeconds(maxInactiveIntervalInSeconds)
}
Expand Down

0 comments on commit 3ccd1b5

Please sign in to comment.