mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
generate documentation from config.sample.php
This commit is contained in:
parent
1526112cc0
commit
c1271d703e
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user