Index: openacs-4/etc/config.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/etc/config.tcl,v diff -u -r1.19.2.6 -r1.19.2.7 --- openacs-4/etc/config.tcl 8 Jun 2004 08:52:34 -0000 1.19.2.6 +++ openacs-4/etc/config.tcl 10 Jun 2004 06:41:59 -0000 1.19.2.7 @@ -257,7 +257,8 @@ ns_param address $address ns_param hostname $hostname ns_param port $httpport -ns_param maxinput 5000000 ;# Maximum File Size for uploads in bytes +ns_param maxinput [expr 5 * 1024 * 1024] ;# Maximum File Size for uploads in bytes +ns_param recvwait [expr 5 * 60] ;# Maximum request time in minutes #--------------------------------------------------------------------- #