allow setting max request / response size on admin UI

This commit is contained in:
Ishaan Jaff 2024-07-27 17:00:39 -07:00
parent 5cc97f3c5d
commit b5451eaf21
2 changed files with 10 additions and 0 deletions

View file

@ -9083,6 +9083,8 @@ async def get_config_list(
allowed_args = {
"max_parallel_requests": {"type": "Integer"},
"global_max_parallel_requests": {"type": "Integer"},
"max_request_size_mb": {"type": "Integer"},
"max_response_size_mb": {"type": "Integer"},
}
return_val = []