Skip to content

Commit

Permalink
Merge pull request #105 from jburel/set_unit
Browse files Browse the repository at this point in the history
set time units
  • Loading branch information
sbesson authored Sep 11, 2020
2 parents 1c5665f + 65cbcb5 commit 8374956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/omero-server.properties
Original file line number Diff line number Diff line change
Expand Up @@ -279,10 +279,10 @@ omero.sessions.timeout=600000
omero.sessions.maximum=0
omero.sessions.sync_interval=120000
omero.sessions.sync_force=1800000
# Sets the maximum duration a user can request before a login
# Sets the maximum duration in milliseconds a user can request before a login
# is required due to inactivity.
omero.sessions.max_user_time_to_idle=6000000
# Sets the maximum duration a user can request before a login
# Sets the maximum duration in milliseconds a user can request before a login
# is required (0 signifies never).
omero.sessions.max_user_time_to_live=0

Expand Down

0 comments on commit 8374956

Please sign in to comment.