Index: openacs-4/etc/config.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/etc/config.tcl,v diff -u -r1.19.2.11 -r1.19.2.12 --- openacs-4/etc/config.tcl 24 Jul 2004 11:51:57 -0000 1.19.2.11 +++ openacs-4/etc/config.tcl 4 Aug 2004 14:42:06 -0000 1.19.2.12 @@ -257,7 +257,7 @@ ns_param address $address ns_param hostname $hostname ns_param port $httpport -ns_param maxinput [expr 5 * 1024 * 1024] ;# Maximum File Size for uploads in bytes +ns_param maxinput [expr 20 * 1024 * 1024] ;# Maximum File Size for uploads in bytes ns_param recvwait [expr 5 * 60] ;# Maximum request time in minutes #---------------------------------------------------------------------