Index: openacs-4/etc/config.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/etc/config.tcl,v diff -u -N -r1.39 -r1.39.2.1 --- openacs-4/etc/config.tcl 1 Oct 2006 14:50:40 -0000 1.39 +++ openacs-4/etc/config.tcl 4 Mar 2007 10:30:29 -0000 1.39.2.1 @@ -644,3 +644,6 @@ ns_log notice "nsd.tcl: using threadsafe tcl: [info exists tcl_platform(threaded)]" ns_log notice "nsd.tcl: finished reading config file." +if {[ns_info version] >= 4.5} { + ns_limits set default -maxupload [ns_config ns/server/cognovis/module/nssock maxinput] +} \ No newline at end of file