Explorar el Código

Updating docs

Noah hace 8 años
padre
commit
f4664c87d9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      SERVER.md

+ 1 - 1
SERVER.md Ver fichero

@@ -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