"...en/git@developer.sourcefind.cn:OpenDAS/mmdetection3d.git" did not exist on "a34e1e7f848b20bc49e3bb52752fab235c199df5"
Commit 412596d3 authored by comfyanonymous's avatar comfyanonymous
Browse files

Merge branch 'increase_client_max_size' of https://github.com/ramyma/ComfyUI

parents d9f49229 0b6cf7a5
......@@ -79,7 +79,7 @@ class PromptServer():
if args.enable_cors_header:
middlewares.append(create_cors_middleware(args.enable_cors_header))
self.app = web.Application(client_max_size=20971520, middlewares=middlewares)
self.app = web.Application(client_max_size=104857600, middlewares=middlewares)
self.sockets = dict()
self.web_root = os.path.join(os.path.dirname(
os.path.realpath(__file__)), "web")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment