Possible to add a timeout to the wget?
Posted: Fri Apr 25, 2014 10:08 pm
Hello,
I would like to request that a timeout be added to the HTTP retrievals that are performed for license checking. During times of website outages, the lack of timeout causes stray makemkvcon and wget processes that do not release resources until makemkv.com comes back up. Below is what I see in my ps aux
root 6385 0.0 0.0 30944 2004 pts/1 SN 16:25 0:00 /usr/bin/wget -q -O - -U MakeMKV/v1.8.10/linux(x64-release) /makemkv.pad.gz?a=7
root 6386 0.0 0.0 30944 2004 pts/1 SN 16:25 0:00 /usr/bin/wget -q -O - -U MakeMKV/v1.8.10/linux(x64-release) /keyinfo.txt.gz?a=7
Adding a `-T 20` to the command would still allow plenty of time for the site to respond IMO
Thanks!
I would like to request that a timeout be added to the HTTP retrievals that are performed for license checking. During times of website outages, the lack of timeout causes stray makemkvcon and wget processes that do not release resources until makemkv.com comes back up. Below is what I see in my ps aux
root 6385 0.0 0.0 30944 2004 pts/1 SN 16:25 0:00 /usr/bin/wget -q -O - -U MakeMKV/v1.8.10/linux(x64-release) /makemkv.pad.gz?a=7
root 6386 0.0 0.0 30944 2004 pts/1 SN 16:25 0:00 /usr/bin/wget -q -O - -U MakeMKV/v1.8.10/linux(x64-release) /keyinfo.txt.gz?a=7
Adding a `-T 20` to the command would still allow plenty of time for the site to respond IMO
Thanks!