Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
globalheaders: increase maximum scan time to 3500ms
  • Loading branch information
perexg committed Aug 9, 2015
1 parent d1def08 commit 80bb38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plumbing/globalheaders.c
Expand Up @@ -35,7 +35,7 @@ typedef struct globalheaders {
} globalheaders_t;

#define PTS_MASK 0x1ffffffffLL
#define MAX_SCAN_TIME 3000 // in ms
#define MAX_SCAN_TIME 3500 // in ms

/**
*
Expand Down

0 comments on commit 80bb38c

Please sign in to comment.