Skip to content

Commit

Permalink
increase select timeout to 30 sec.
Browse files Browse the repository at this point in the history
  • Loading branch information
snar committed Feb 19, 2020
1 parent 1679c33 commit 8718fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bgpq_expander.c
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ bgpq_selread(struct bgpq_expander* b, char* buffer, int size)
{
fd_set rfd, wfd;
int ret;
struct timeval timeout = {10, 0};
struct timeval timeout = {30, 0};

repeat:
FD_ZERO(&rfd);
Expand Down

0 comments on commit 8718fcf

Please sign in to comment.