From 46f6d337c765f1f8a91b9422f487c32d5e1cf56b Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Thu, 14 Dec 2023 19:08:22 +0000 Subject: Small changes --- MatrixRoomUtils.Web/Pages/Rooms/Index.razor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MatrixRoomUtils.Web/Pages') diff --git a/MatrixRoomUtils.Web/Pages/Rooms/Index.razor b/MatrixRoomUtils.Web/Pages/Rooms/Index.razor index fb44337..2ac4bcb 100644 --- a/MatrixRoomUtils.Web/Pages/Rooms/Index.razor +++ b/MatrixRoomUtils.Web/Pages/Rooms/Index.razor @@ -161,7 +161,7 @@ } RenderContents |= queue.Count == 0; if (queue.Count > 10) RenderContents = false; - await Task.Delay(RenderContents ? 25 : 12); + await Task.Delay(RenderContents ? 25 : 6); } // else { // Console.WriteLine("Failed to dequeue item"); -- cgit 1.5.1