aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ionite34 <[email protected]>2022-12-04 09:33:23 +0800
committerGravatar ionite34 <[email protected]>2022-12-04 09:33:23 +0800
commit5c588f7832eebfffc5886f25f48f10514b51a4fe (patch)
treead4fc729fdc0b72484ca608aab85a03707ddc785
parentAdd comment for preload_dict intentions (diff)
Remove link to api schema info
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8b26879..06c8f66 100644
--- a/README.md
+++ b/README.md
@@ -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.