]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Configure a default timeout for HTTP connections at 60s
authorMikael Nordfeldth <mmn@hethane.se>
Sun, 9 Jul 2017 18:07:18 +0000 (20:07 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Sun, 9 Jul 2017 18:28:22 +0000 (20:28 +0200)
commitf0480c34d7e3d528fc559568ce6ac53c3b33f8f9
treefcca78851223145cf8af4b9abf4f773ba0e12459
parent3395f6081c7548a5064596215227562a1c9fab72
Configure a default timeout for HTTP connections at 60s

No requests we do externally should ever take more than 60 seconds. This
could probably be changed for downloading video or whatever for any cache
plugins that want to store data locally, but in general I think even 60s
is way longer than I expect any outgoing requests should take.

This affects everything using HTTPClient, our helper class, and thus all
hub pings, subscription requests, etc. etc.

The value, afaik, includes connect_timeout and if it takes 10 seconds to
establish a connection only 50 seconds is available to transfer data.
lib/default.php
lib/httpclient.php