fix(uploader): add error info and fix issues in uploader

This commit is contained in:
hexxa 2021-09-12 20:35:34 +08:00 committed by Hexxa
parent e462c349a5
commit 3b1508af51
6 changed files with 138 additions and 92 deletions

View file

@ -8,7 +8,7 @@ server:
debug: true
host: "127.0.0.1"
port: 8686
readTimeout: 2000
readTimeout: 4000
writerTimeout: 86400000 # 1 day
maxHeaderBytes: 512
publicPath: "public"