Index: openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl,v diff -u -r1.35.8.1 -r1.35.8.2 --- openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl 24 Aug 2013 22:48:20 -0000 1.35.8.1 +++ openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl 25 Aug 2013 11:28:22 -0000 1.35.8.2 @@ -503,8 +503,8 @@ # ... use ns_http ... # # ns_log notice "Transfer $url based to $output_file_name on ns_http" - set h [ns_http queue $url] - ns_http wait -file F -spoolsize 1 -timeout 10:0 $h + set h [ns_http queue -timeout 60:0 $url] + ns_http wait -file F -spoolsize 1 $h if {[file exists $output_file_name]} {file delete $output_file_name} file rename $F $output_file_name } elseif {[info command ::xo::HttpRequest] ne ""} {