From 2aebb9a98e34db7e7a0e8861fcb470c606421623 Mon Sep 17 00:00:00 2001 From: slonkazoid Date: Sun, 29 Dec 2024 22:56:10 +0300 Subject: [PATCH] lower box timeout --- static/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/config.js b/static/config.js index 25277cc..a163886 100644 --- a/static/config.js +++ b/static/config.js @@ -7,7 +7,7 @@ const config = { "svenlaa.com": "https://api.svenlaa.com/logiverse/logs", "evolved.systems": "https://evol-lablogingetusers.web.val.run", }, - box_timeout: 10000, + box_timeout: 5000, }; config.instances[location.hostname] = `${config.endpoint}?action=posts`;