Skip to content

Commit

Permalink
Changing default delay once again
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilia-Kosenkov committed Jun 26, 2022
1 parent f84d648 commit bd47610
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 = 750;
private const int MotorRotationDelayMs = 300;
private const int ImageReadoutDelayMs = 50;
private const int MotorRotationDelayMs = 1050;

protected override TimeSpan CalculateOffset(CycleTimingInfo value)
{
Expand Down

0 comments on commit bd47610

Please sign in to comment.