lower box timeout

This commit is contained in:
slonkazoid 2024-12-29 22:56:10 +03:00
parent 44428162ca
commit 2aebb9a98e
Signed by: slonk
SSH key fingerprint: SHA256:tbZfJX4IOvZ0LGWOWu5Ijo8jfMPi78TU7x1VoEeCIjM

View file

@ -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`;