We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa1841e commit 6ab8028Copy full SHA for 6ab8028
SoundSwitch/Framework/Audio/Lister/Job/DebounceRefreshJob.cs
@@ -48,7 +48,7 @@ public Task OnFailure(JobException exception)
48
}
49
50
public IRetryAction FailRule { get; } = new NoRetry();
51
- public TimeSpan? MaxRuntime { get; } = TimeSpan.FromSeconds(20);
+ public TimeSpan? MaxRuntime { get; } = TimeSpan.FromSeconds(30);
52
public string Key { get; }
53
public TimeSpan DebounceTime { get; } = TimeSpan.FromMilliseconds(300);
54
0 commit comments