9 lines
197 B
C#
9 lines
197 B
C#
namespace PARR.AIHITRelationshipsSyncer.Settings
|
|
{
|
|
internal class WorkerSettings
|
|
{
|
|
public TimeSpan RepeatEvery { get; set; }
|
|
public int CommitAfter { get; set; }
|
|
}
|
|
}
|