Skip to content

Commit

Permalink
plugins/videostream/VideoStream: Changed updater thread restart watch…
Browse files Browse the repository at this point in the history
…dog.
  • Loading branch information
paulosousadias committed Nov 13, 2023
1 parent 1178dc1 commit 300ae4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public class VideoStream extends ConsolePanel {

// Timeout for watchDogThread in milliseconds
private static final int WATCH_DOG_TIMEOUT_MILLIS = 4000;
private static final int WATCH_DOG_LOOP_THREAD_TIMEOUT_MILLIS = 2000;
private static final int WATCH_DOG_LOOP_THREAD_TIMEOUT_MILLIS = 6000;

private static final int MAX_NULL_FRAMES_FOR_RECONNECT = 10;

Expand Down

0 comments on commit 300ae4d

Please sign in to comment.