script-server
script-server copied to clipboard
Stated max_request_size default value in Wiki doesn't match with actual code
Hi.
Stated default value for parameter max_request_size in the wiki is 100 (megabytes).
However, actual code line defaults it to 10 (which matches with the information in the issue #184):
https://github.com/bugy/script-server/blob/9a57ce15903c81bcb537b872f1330ee55ba31563/src/model/server_conf.py#L147
I believe the wiki should be saying 10mb as default?
Thanks.
Hi @eeyou , you are right, I'll fix the docs. Thank you!