Skip to content

Commit

Permalink
boost(Device::Refresh): Wait a little longer before refreshing list o…
Browse files Browse the repository at this point in the history
…f devices

See #SOUNDSWITCH-151
  • Loading branch information
Belphemur committed Jun 8, 2023
1 parent 5c4e5a1 commit cb3d63f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ public Task OnFailure(JobException exception)
public IRetryAction FailRule { get; } = new NoRetry();
public TimeSpan? MaxRuntime { get; } = TimeSpan.FromSeconds(10);
public string Key { get; }
public TimeSpan DebounceTime { get; } = TimeSpan.FromMilliseconds(100);
public TimeSpan DebounceTime { get; } = TimeSpan.FromMilliseconds(175);
}

0 comments on commit cb3d63f

Please sign in to comment.