Browse Source

Updating docs

Noah 7 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,7 +102,7 @@ By default, audio and video files uploaded to S3 are public. They have 32-charac
102 102
 
103 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 107
 ### Full examples
108 108