mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
generate documentation from config.sample.php
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user