Hello.
I have encountered the case where I would need to be sending huge HTTP requests over to a webhook.
I have looked through the code of the mmpy_bot and I see that it uses aiohttp server which defaults client_max_size to 1MB, and sometimes I need a bit more than that, but there seems to be no place to customize that. All in all I was unable to figure how I can start the webhook server with that custom property.
I'm quite new to Python so please accept by apologies if that's a noob question.
I would appreciate any help.
Thank you.
Hello.
I have encountered the case where I would need to be sending huge HTTP requests over to a webhook.
I have looked through the code of the
mmpy_botand I see that it usesaiohttpserver which defaultsclient_max_sizeto 1MB, and sometimes I need a bit more than that, but there seems to be no place to customize that. All in all I was unable to figure how I can start the webhook server with that custom property.I'm quite new to Python so please accept by apologies if that's a noob question.
I would appreciate any help.
Thank you.