Yes, I was there. That's where I found out how to update the setting. Thing is, it doesn't stay set. Also, when I used system/schemes/ftp/timeout, and I was trying to use write/lines ftp://.., it still used the 30sec timeout as opposed to the 2min timeout I had set.
> http://www.rebol.com/faq.html#018 > > #018 Sometimes REBOL has a network timeout error. How can I increase the network > timeout value? > 1-Jan-2000 > > Setting: > > system/schemes/default/timeout: 0:10 > will set a ten minute timeout for all protocols. If you want to set a specific > protocol, such as FTP, put that in place of the default. > > system/schemes/ftp/timeout: 0:10 > > > > -- > To unsubscribe from this list, please send an email to > [EMAIL PROTECTED] with "unsubscribe" in the > subject, without the quotes. > -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
