bugy / script-server

Web UI for your scripts with execution management
Other
1.57k stars 248 forks source link

Stated max_request_size default value in Wiki doesn't match with actual code #508

Open eeyou opened 2 years ago

eeyou commented 2 years ago

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.

bugy commented 2 years ago

Hi @eeyou , you are right, I'll fix the docs. Thank you!