Fix session timeout default value
Update DEFAULT_SESSION_TIMEOUT to use TimeUnit.MINUTES.toSeconds(30)
rather than TimeUnit.SECONDS.toMinutes(30) which would always return
0.
See gh-2084
(cherry picked from commit b33bbd56
)
pull/2707/head
parent
c23a764a1c
commit
1c031abdd2
Loading…
Reference in New Issue