We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ceb7c5 commit 8aa6c7eCopy full SHA for 8aa6c7e
App/App.xaml.cs
@@ -166,7 +166,7 @@ protected override void OnLaunched(LaunchActivatedEventArgs args)
166
167
// Initialize file sync.
168
169
- _ = Task.Delay(20000).ContinueWith((_) =>
+ _ = Task.Delay(5000).ContinueWith((_) =>
170
{
171
var syncSessionCts = new CancellationTokenSource(TimeSpan.FromSeconds(10));
172
var syncSessionController = _services.GetRequiredService<ISyncSessionController>();
0 commit comments