Now that I'm switching from file_get_contents() to curl(), I have these two parameters:
CURLOPT_CONNECTTIMEOUT
CURLOPT_TIMEOUT
I more or less grasp the difference between the two, but what I'm not sure about is what a "normal" timeout would be. For testing I have them both at 60, but I understand that could realistically mean waiting for 120 seconds. So what would be a normal live setting? 5 on each?