Skip to content

Commit 76dc808

Browse files
IdotMaster1IdotMaster1
andauthored
PATCH: Bump up timeout in app_verify.c to 8 from 5 (#42)
Co-authored-by: IdotMaster1 <justpersom@gmail.com>
1 parent 045b332 commit 76dc808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/app_verify.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ struct call_verify {
416416
unsigned int blacklist_failopen:1; /*!< Allow blacklist to fail open */
417417
};
418418

419-
#define DEFAULT_CURL_TIMEOUT 5
419+
#define DEFAULT_CURL_TIMEOUT 8
420420
#define SUB_BUFLEN 1024
421421

422422
static int curltimeout = DEFAULT_CURL_TIMEOUT; /*!< Curl Timeout */

0 commit comments

Comments
 (0)