Title | Common error messages you receive when trying to connect to the Internet from within Stata. | |
Author | Kevin Crow, StataCorp |
. set timeout1 #secondsYou might try doubling the usual limit and specify 60. #seconds must be between 1 and 32,000.
. set timeout2 #secondsYou might try doubling the usual limit and specify 360. #seconds must be between 1 and 32,000. When you reset timeout1 and timeout2, Stata will remember the new settings between sessions. If you want to change the limits back to the defaults, type
. set timeout1 30 . set timeout2 180