about summary refs log tree commit diff
path: root/MatrixRoomUtils.Web/Pages
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-12-14 19:08:22 +0000
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-12-14 19:08:22 +0000
commit46f6d337c765f1f8a91b9422f487c32d5e1cf56b (patch)
tree59e69e21ff1016d27ba8a23fb01435fa27ca9ed1 /MatrixRoomUtils.Web/Pages
parentCleanup (diff)
downloadMatrixUtils-46f6d337c765f1f8a91b9422f487c32d5e1cf56b.tar.xz
Small changes
Diffstat (limited to 'MatrixRoomUtils.Web/Pages')
-rw-r--r--MatrixRoomUtils.Web/Pages/Rooms/Index.razor2
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");