Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce configuration options #31

Open
eliska-n opened this issue Jul 31, 2023 · 1 comment
Open

Reduce configuration options #31

eliska-n opened this issue Jul 31, 2023 · 1 comment
Assignees
Labels
invalid This doesn't seem right

Comments

@eliska-n
Copy link
Collaborator

I found asab-iris still needs this configuration:

[web]
listen=0.0.0.0 8066
body_max_size=31457280       <--

Is it still valid? I remember we hot-fixed problems with big e-mails with this configuration.
If it is an acceptable solution, it should become a default configuration.
If not, this must be solved some other way.
Do not make a proper functionality of asab-iris to be dependent on enigmatic configuration.

@ateska
Copy link
Contributor

ateska commented Nov 7, 2023

This is a default, you don't need to specify it implicitly.

"body_max_size": 31457280 # maximum size of the request body that the web server can handle.

@ateska ateska added the invalid This doesn't seem right label Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

3 participants