Skip to content

Commit 6ab8028

Browse files
committed
boost(device::cache): Increase the TTL for refreshing device list
On some machine it can take quite a while
1 parent fa1841e commit 6ab8028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoundSwitch/Framework/Audio/Lister/Job/DebounceRefreshJob.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public Task OnFailure(JobException exception)
4848
}
4949

5050
public IRetryAction FailRule { get; } = new NoRetry();
51-
public TimeSpan? MaxRuntime { get; } = TimeSpan.FromSeconds(20);
51+
public TimeSpan? MaxRuntime { get; } = TimeSpan.FromSeconds(30);
5252
public string Key { get; }
5353
public TimeSpan DebounceTime { get; } = TimeSpan.FromMilliseconds(300);
5454
}

0 commit comments

Comments
 (0)