fix: file size bug, upload bug

This commit is contained in:
Terry Geng
2020-05-19 09:23:19 +08:00
parent fae93d99e0
commit 0080e9b4cd
3 changed files with 6 additions and 5 deletions

View File

@ -143,7 +143,7 @@ port = 64738
# 'upload_enabled': Enable the upload function of the web interface.
# 'maximum_upload_file_size': Unit can be 'B', 'KB', 'MB', 'GB', 'TB'.
#upload_enabled = True
#maximum_upload_file_size = 30MB
#max_upload_file_size = 30MB
# [debug] stores some debug settings.
[debug]