Skip to content
Snippets Groups Projects
Commit e326dcee authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Set default MaxSessionInactivity to 10 minutes and max SFTP inactivity to 5m

parent b2f7561a
No related branches found
No related tags found
No related merge requests found
Pipeline #6053 passed
......@@ -114,7 +114,8 @@
; H-exempt users will not be disconnected due to inactivity.
MaxLoginInactivity = 10m
MaxNewUserInactivity = 1h
MaxSessionInactivity = 0
MaxSessionInactivity = 10m
MaxSFTPInactivity = 5m
; Windows only:
; Increase this value to decrease the frequency of forced CPU time-slice yields in DOS externals:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment