We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c258288 commit 2203c1cCopy full SHA for 2203c1c
1 file changed
Source/Processors/Synchronizer/Synchronizer.h
@@ -135,7 +135,7 @@ class SyncStream
135
const int MAX_PULSES_IN_BUFFER = 10;
136
137
/** Threshold for calling pulses synchronous */
138
- const int MAX_TIME_DIFFERENCE_MS = 50;
+ const int MAX_TIME_DIFFERENCE_MS = 85;
139
140
/** Threshold of calling durations equal */
141
const double MAX_DURATION_DIFFERENCE_MS = 2;
0 commit comments