Skip to content

Commit 05dc5b1

Browse files
authored
disable keepalive
1 parent 02921e5 commit 05dc5b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

addons/cookielifetime.sh

+1
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,5 @@ esac
8282
# Set the value
8383
nextcloud_occ config:system:set remember_login_cookie_lifetime --value="$COOKIE_LIFETIME"
8484
nextcloud_occ config:system:set session_lifetime --value="$COOKIE_LIFETIME"
85+
nextcloud_occ config:system:set session_keepalive --value="false"
8586
msg_box "Cookie Lifetime is now successfully set to $COOKIE_LIFETIME seconds."

0 commit comments

Comments
 (0)