diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-12-14 19:08:22 +0000 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-12-14 19:08:22 +0000 |
commit | 46f6d337c765f1f8a91b9422f487c32d5e1cf56b (patch) | |
tree | 59e69e21ff1016d27ba8a23fb01435fa27ca9ed1 /MatrixRoomUtils.Web/Pages | |
parent | Cleanup (diff) | |
download | MatrixUtils-46f6d337c765f1f8a91b9422f487c32d5e1cf56b.tar.xz |
Small changes
Diffstat (limited to 'MatrixRoomUtils.Web/Pages')
-rw-r--r-- | MatrixRoomUtils.Web/Pages/Rooms/Index.razor | 2 |
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"); |