Skip to content

Commit 95eb505

Browse files
committed
fix: reduce keep-alive interval from 1800 to 30 seconds
1 parent c3d44cb commit 95eb505

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ tail -f /root/.internxt-cli/logs/internxt-webdav-combined.log &
9393
# exits on failure so that Docker's restart policy (e.g. --restart unless-stopped)
9494
# can recover the container with a clean login.
9595
set +e
96-
KEEPALIVE_INTERVAL=1800
96+
KEEPALIVE_INTERVAL=30
9797

9898
keepaliveEnabled=$(echo "$WEBDAV_KEEPALIVE_ENABLED" | tr '[:upper:]' '[:lower:]')
9999
if [ -z "$WEBDAV_KEEPALIVE_ENABLED" ] || [ "$keepaliveEnabled" = "true" ] || [ "$keepaliveEnabled" = "1" ] || [ "$keepaliveEnabled" = "yes" ] || [ "$keepaliveEnabled" = "y" ]; then

0 commit comments

Comments
 (0)