Does WGET timeout?

前端 未结 4 1289
一生所求
一生所求 2020-12-13 01:26

I\'m running a PHP script via cron using Wget, with the following command:

wget -O - -q -t 1 http://www.example.com/cron/run

The script wil

4条回答
  •  情深已故
    2020-12-13 02:12

    Prior to version 1.14, wget timeout arguments were not adhered to if downloading over https due to a bug.

提交回复
热议问题