generate documentation from config.sample.php

This commit is contained in:
Nextcloud bot
2022-08-24 04:28:56 +00:00
parent 1526112cc0
commit c1271d703e

View File

@@ -333,6 +333,18 @@ which would overwrite this option if it is less than the value in the config.php
Defaults to ``60*60*24`` seconds (24 hours)
::
'session_relaxed_expiry' => false,
`true` enabled a relaxed session timeout, where the session timeout would no longer be
handled by Nextcloud but by either the PHP garbage collection or the expiration of
potential other session backends like redis.
This may lead to sessions being available for longer than what session_lifetime uses but
comes with performance benefits as sessions are no longer a locking operation for concurrent
requests.
::
'session_keepalive' => true,