Skip to content

Commit

Permalink
chore: minor changes in TodoApp
Browse files Browse the repository at this point in the history
alexyakunin committed Sep 18, 2021
1 parent ac9fc3f commit 38556a9
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion samples/TodoApp/Host/Pages/_Host.cshtml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
@page "/"
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@namespace Templates.TodoApp.Host.Pages
@using Microsoft.AspNetCore.Html
@using Stl.Fusion.Blazor
@using Templates.TodoApp.UI
@using Stl.Fusion.Server.Authentication
2 changes: 1 addition & 1 deletion samples/TodoApp/UI/Program.cs
Original file line number Diff line number Diff line change
@@ -84,7 +84,7 @@ public static void ConfigureSharedServices(IServiceCollection services)
fusion.AddFusionTime();

// Default update delay is 0.5s
services.AddTransient<IUpdateDelayer>(c => new UpdateDelayer(c.UICommandTracker(), 5));
services.AddTransient<IUpdateDelayer>(c => new UpdateDelayer(c.UICommandTracker(), 0.5));
}
}
}

0 comments on commit 38556a9

Please sign in to comment.