Skip to content

Commit e100998

Browse files
committed
OpenWhisk: set client_max_size also on OpenWhisk proxy
1 parent 6de7be6 commit e100998

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

deepaas/openwhisk/proxy.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,10 @@ def complete(response):
148148

149149

150150
def main():
151-
proxy = web.Application(debug=False)
151+
proxy = web.Application(
152+
debug=False,
153+
client_max_size=CONF.client_max_size,
154+
)
152155
proxy.initialized = False
153156
proxy.add_routes(routes)
154157

0 commit comments

Comments
 (0)