From 8b227059efb2bee4be0ffb52247d48d0090fbbc4 Mon Sep 17 00:00:00 2001 From: Zuzanna Date: Tue, 24 Feb 2026 11:51:56 +0100 Subject: [PATCH] fix for history loading issues due to latency --- www/common/onlyoffice/history.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/onlyoffice/history.js b/www/common/onlyoffice/history.js index b50f65b11..8c5517db4 100644 --- a/www/common/onlyoffice/history.js +++ b/www/common/onlyoffice/history.js @@ -514,7 +514,7 @@ define([ setTimeout(() => { displayCheckpointTimeline(true); showVersion(true); - }, "1000"); + }, "2500"); // Create the history toolbar var display = function () {