forked from atums.world/backend
fix auth freezing requests, fix ext extraction ?, fix upload not taking sanatized name, add file query and thumbnails
This commit is contained in:
parent
6a55f9f5a9
commit
b24b1484cb
6 changed files with 264 additions and 19 deletions
|
@ -38,6 +38,7 @@ class ServerHandler {
|
|||
message: webSocketHandler.handleMessage.bind(webSocketHandler),
|
||||
close: webSocketHandler.handleClose.bind(webSocketHandler),
|
||||
},
|
||||
maxRequestBodySize: 10 * 1024 * 1024 * 1024, // 10GB ? will be changed to env var soon
|
||||
});
|
||||
|
||||
logger.info(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue