thirdparty/google_appengine/google/appengine/ext/webapp/__init__.py
changeset 2273 e4cb9c53db3e
parent 828 f5fd65cc3bf3
child 2864 2e0b0af889be
--- a/thirdparty/google_appengine/google/appengine/ext/webapp/__init__.py	Tue Apr 21 16:28:13 2009 +0000
+++ b/thirdparty/google_appengine/google/appengine/ext/webapp/__init__.py	Fri Apr 24 14:16:00 2009 +0000
@@ -96,6 +96,9 @@
   You can access parsed query and POST values with the get() method; do not
   parse the query string yourself.
   """
+
+  request_body_tempfile_limit = 0
+
   uri = property(lambda self: self.url)
   query = property(lambda self: self.query_string)