diff options
author | 2022-12-04 09:33:23 +0800 | |
---|---|---|
committer | 2022-12-04 09:33:23 +0800 | |
commit | 5c588f7832eebfffc5886f25f48f10514b51a4fe (patch) | |
tree | ad4fc729fdc0b72484ca608aab85a03707ddc785 | |
parent | Add comment for preload_dict intentions (diff) |
Remove link to api schema info
-rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -91,8 +91,6 @@ To send files to snekbox, it can be included as the `files` parameter of `python Within the `/eval` route, files are attached or returned under the `files` key. -> See [api/resources/eval.py](snekbox/api/resources/eval.py) for additional API schema information. - ### Gunicorn [Gunicorn settings] can be found in [`gunicorn.conf.py`]. In the default configuration, the worker count, the bind address, and the WSGI app URI are likely the only things of any interest. Since it uses the default synchronous workers, the [worker count] effectively determines how many concurrent code evaluations can be performed. |