From 15bcf23f2e75f9c710eee3753d530ebefc5f78f1 Mon Sep 17 00:00:00 2001 From: Rutger Broekhoff Date: Sun, 30 Aug 2026 15:29:41 +0200 Subject: Another (at this point perhaps needless) optimization attempt --- web/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web') diff --git a/web/index.js b/web/index.js index 5e7323b..d34f5b6 100644 --- a/web/index.js +++ b/web/index.js @@ -93,8 +93,8 @@ async function getSysinfo() { "title": "Publicatietijdstip van ingeladen DATEX II-situatiepublicatie (van NDW)" }, txt("Situatiepublicatie van")), txt(new Date(res.using_publication_of).toLocaleString())], - [txt("Grootte LSE-index"), - txt(res.lse_index_size.toString())], + [txt("Grootte BLSE-index"), + txt(res.blse_index_size.toString())], [txt("Grootte puntenindex"), txt(res.p_index_size.toString())], ]; -- cgit v1.3