Skip to content
Snippets Groups Projects
Commit 471ddf72 authored by Sebastien Ponce's avatar Sebastien Ponce
Browse files

More reasonnable default timeout (2 days instead of 30). Note that using 30...

More reasonnable default timeout (2 days instead of 30). Note that using 30 days was overflowing the unsigned integer taken by the poll system call for the timeout. Indeed, the timeout is given in miliseconds and thus the maximum value is around 28.4 days :-) With 30 days, the number went negative, meaning (under linux) we were having a blocking call.
parent dd0ccd04
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment