script-server icon indicating copy to clipboard operation
script-server copied to clipboard

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

Open eeyou opened this issue 3 years ago • 1 comments

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.

eeyou avatar Nov 25 '21 09:11 eeyou

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

bugy avatar Nov 25 '21 10:11 bugy