Skip to content

Commit 2203c1c

Browse files
committed
Increase synchronizer MAX_TIME_DIFFERENCE_MS to 85
1 parent c258288 commit 2203c1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/Processors/Synchronizer/Synchronizer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class SyncStream
135135
const int MAX_PULSES_IN_BUFFER = 10;
136136

137137
/** Threshold for calling pulses synchronous */
138-
const int MAX_TIME_DIFFERENCE_MS = 50;
138+
const int MAX_TIME_DIFFERENCE_MS = 85;
139139

140140
/** Threshold of calling durations equal */
141141
const double MAX_DURATION_DIFFERENCE_MS = 2;

0 commit comments

Comments
 (0)