Browse Source

Updating docs

Noah 8 years ago
parent
commit
f4664c87d9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      SERVER.md

+ 1 - 1
SERVER.md View File

102
 
102
 
103
 `worker` - if this is truthy, then new submissions will be added to a queue instead of rendered immediately.
103
 `worker` - if this is truthy, then new submissions will be added to a queue instead of rendered immediately.
104
 
104
 
105
-`maxUploadSize` - this prevents people from uploading giant files.  The default is `25000000` bytes.
105
+`maxUploadSize` - this prevents people from uploading giant files.  For example, a value of `25000000` will limit file uploads to roughly 25 MB.
106
 
106
 
107
 ### Full examples
107
 ### Full examples
108
 
108