1 files changed, 1 insertions, 1 deletions
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");
|