From ffc3a48779ab4d0fe8ce3efe9c00a02c6bce0615 Mon Sep 17 00:00:00 2001
From: Elmar Ludwig <elmar.ludwig@uni-osnabrueck.de>
Date: Fri, 6 Jun 2025 13:58:23 +0200
Subject: [PATCH] set update interval to 60 seconds, fixes #275

---
 VipsPlugin.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/VipsPlugin.php b/VipsPlugin.php
index d608e3d..74c7b48 100644
--- a/VipsPlugin.php
+++ b/VipsPlugin.php
@@ -158,7 +158,7 @@ class VipsPlugin extends StudIPPlugin implements StandardPlugin, SystemPlugin, P
                 }
             } else {
                 PageLayout::addHeadElement('script', [], '
-                    STUDIP.JSUpdater.register("vips", function(data) { location.reload(); });
+                    STUDIP.JSUpdater.register("vips", function(data) { location.reload(); }, null, 60000);
                 ');
             }
         }
-- 
GitLab