# HG changeset patch
# User Kim Alvefur <zash@zash.se>
# Date 1456325929 -3600
# Node ID ad2966b932ed8e3ca843918a898e8d493b3bf8a1
# Parent  cb0fc00a70864da96c1b401ee74fcfda45b91344
mod_http_upload/README: Mention default upload size limit and change example to something that nobody should copy

diff -r cb0fc00a7086 -r ad2966b932ed mod_http_upload/README.markdown
--- a/mod_http_upload/README.markdown	Thu Feb 18 22:38:53 2016 +0100
+++ b/mod_http_upload/README.markdown	Wed Feb 24 15:58:49 2016 +0100
@@ -55,9 +55,11 @@
 A maximum file size can be set by:
 
 ``` {.lua}
-http_upload_file_size_limit = 10 * 1024 * 1024 -- this is 10MB in bytes
+http_upload_file_size_limit = 123 -- bytes
 ```
 
+Default is 10MB (10*1024*1024).
+
 Path
 ----