We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 446c406 commit 1e1889fCopy full SHA for 1e1889f
consul_config.py.ctmpl
@@ -200,7 +200,7 @@ PLAYING_NOW_MAX_DURATION = 10 * 60
200
201
# MAX file size to be allowed for file uploads, default is infinite
202
# Size is in bytes
203
-MAX_CONTENT_LENGTH = 25 * 1024 * 1024 # 25MB
+MAX_CONTENT_LENGTH = 200 * 1024 * 1024 + 10 # 200MB plus some buffer
204
205
# Specify the upload folder where user uploaded files for import will be stored
206
# The path must be absolute path
0 commit comments