From 5fdf15850b57cdb6e509c253944569b23c4c1db6 Mon Sep 17 00:00:00 2001 From: Sergey Linnik Date: Thu, 20 Oct 2022 16:08:27 +0300 Subject: 1 hour cache for remote instance --- lib/remoteinstance.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/remoteinstance.php b/lib/remoteinstance.php index 000de44..e3578c3 100644 --- a/lib/remoteinstance.php +++ b/lib/remoteinstance.php @@ -43,7 +43,7 @@ class RemoteInstance { /** * Time to live of remote instance (12 hours) */ - private static $ttl = 60 * 60 * 12; + private static $ttl = 60 * 60 * 1; /** * Health remote list -- cgit v1.2.3