Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
globalheaders: increase scan time to 5000ms, fixes #3518
  • Loading branch information
perexg committed Jan 25, 2016
1 parent 3acc4f7 commit b883383
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/plumbing/globalheaders.c
Expand Up @@ -34,7 +34,8 @@ typedef struct globalheaders {

} globalheaders_t;

#define MAX_SCAN_TIME 3500 // in ms
/* note: there up to 2.5 sec diffs in some sources! */
#define MAX_SCAN_TIME 5000 // in ms

/**
*
Expand Down

0 comments on commit b883383

Please sign in to comment.