From 81bb4363a2e9df22c12d06fc3df82a7ee947cb21 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 26 Feb 2013 20:25:07 +0100 Subject: [PATCH] use 15 min instead of 15 sec timeout --- core/js/js.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/js/js.js b/core/js/js.js index 597ca2af9af..4016f64d601 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -827,6 +827,6 @@ function sessionHeartBeat(){ setInterval(function(){ var url = OC.Router.generate('heartbeat'); $.post(url); - }, 15000); + }, 900000); }); } \ No newline at end of file -- 2.39.5