Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/files/js/files.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@
setTimeout(Files.displayStorageWarnings, 100);

// only possible at the moment if user is logged in or the files app is loaded
if (OC.currentUser && OCA.Files.App) {
if (OC.currentUser && OCA.Files.App && OC.config.session_keepalive) {
// start on load - we ask the server every 5 minutes
var func = _.bind(OCA.Files.App.fileList.updateStorageStatistics, OCA.Files.App.fileList);
var updateStorageStatisticsInterval = 5*60*1000;
Expand Down