Created
December 16, 2018 13:04
-
-
Save nicoboni/12d2d839d2b8b20a63eef0673c625c8e to your computer and use it in GitHub Desktop.
php.ini snippet with cURL timeout setting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Default timeout for socket based streams (seconds) | |
; http://php.net/default-socket-timeout | |
default_socket_timeout = 300 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment