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.

Reply via email to