We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3d44cb commit 95eb505Copy full SHA for 95eb505
1 file changed
docker/entrypoint.sh
@@ -93,7 +93,7 @@ tail -f /root/.internxt-cli/logs/internxt-webdav-combined.log &
93
# exits on failure so that Docker's restart policy (e.g. --restart unless-stopped)
94
# can recover the container with a clean login.
95
set +e
96
-KEEPALIVE_INTERVAL=1800
+KEEPALIVE_INTERVAL=30
97
98
keepaliveEnabled=$(echo "$WEBDAV_KEEPALIVE_ENABLED" | tr '[:upper:]' '[:lower:]')
99
if [ -z "$WEBDAV_KEEPALIVE_ENABLED" ] || [ "$keepaliveEnabled" = "true" ] || [ "$keepaliveEnabled" = "1" ] || [ "$keepaliveEnabled" = "yes" ] || [ "$keepaliveEnabled" = "y" ]; then
0 commit comments