Skip to content

Commit

Permalink
Changing default delay
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilia-Kosenkov committed Jun 26, 2022
1 parent 7c0e6dc commit f84d648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DIPOL-UF/Services/Implementation/TimerManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ public ConstantTimer(TimeSpan remainingTime)

internal sealed class CycleTimerManager : TimerManager<CycleTimingInfo>, ICycleTimerManager, ICycleTimerSource
{
private const int ImageReadoutDelayMs = 25;
private const int MotorRotationDelayMs = 200;
private const int ImageReadoutDelayMs = 750;
private const int MotorRotationDelayMs = 300;

protected override TimeSpan CalculateOffset(CycleTimingInfo value)
{
Expand Down

0 comments on commit f84d648

Please sign in to comment.