Index: openacs-4/etc/config.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/etc/config.tcl,v
diff -u -r1.39 -r1.40
--- openacs-4/etc/config.tcl	1 Oct 2006 14:50:40 -0000	1.39
+++ openacs-4/etc/config.tcl	30 Oct 2006 12:16:16 -0000	1.40
@@ -642,5 +642,9 @@
         ns_param libthread ${homedir}/lib/thread2.6.4/libthread2.6.4[info sharedlibextension]
     }
 
+    if {[ns_info version] >= 4.5} {
+        ns_limits set default -maxupload [ns_config ns/server/wieners/module/nssock maxinput]
+    }
+
 ns_log notice "nsd.tcl: using threadsafe tcl: [info exists tcl_platform(threaded)]"
 ns_log notice "nsd.tcl: finished reading config file."