From b9fa11d9b768f06c0a55828ea6cae0427ad9b5d0 Mon Sep 17 00:00:00 2001 From: Ari Archer Date: Fri, 16 Feb 2024 15:26:15 +0200 Subject: [PATCH] update usage api the total is an estimate Signed-off-by: Ari Archer --- api/usage.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/api/usage.json b/api/usage.json index 2f4fca9..93a041d 100644 --- a/api/usage.json +++ b/api/usage.json @@ -126,5 +126,13 @@ "files.ari.lt": 563.5, "blog.ari.lt": 182 } + }, + "2024-02-16": { + "total": 2144, + "top": { + "ari.lt": 919.1, + "files.ari.lt": 606.2, + "blog.ari.lt": 196.7 + } } }