mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
a816a83f3a
better parallelism on RSS fetch
13 lines
216 B
C#
13 lines
216 B
C#
namespace NzbDrone.Common.Messaging
|
|
{
|
|
public class TestCommand : ICommand
|
|
{
|
|
public TestCommand()
|
|
{
|
|
Duration = 4000;
|
|
}
|
|
|
|
public int Duration { get; set; }
|
|
|
|
}
|
|
} |