Skip to content

Commit 868abc2

Browse files
committed
- removed public set on configuration
1 parent 2421d35 commit 868abc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Shuttle.Core.Threading/IThreadActivityConfiguration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ namespace Shuttle.Core.Threading
44
{
55
public interface IThreadActivityConfiguration
66
{
7-
TimeSpan[] DurationToSleepWhenIdle { get; set; }
7+
TimeSpan[] DurationToSleepWhenIdle { get; }
88
}
99
}

0 commit comments

Comments
 (0)