We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2421d35 commit 868abc2Copy full SHA for 868abc2
1 file changed
Shuttle.Core.Threading/IThreadActivityConfiguration.cs
@@ -4,6 +4,6 @@ namespace Shuttle.Core.Threading
4
{
5
public interface IThreadActivityConfiguration
6
7
- TimeSpan[] DurationToSleepWhenIdle { get; set; }
+ TimeSpan[] DurationToSleepWhenIdle { get; }
8
}
9
0 commit comments