aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2020-11-20 22:33:02 +0100
committerGravatar Sebastiaan Zeeff <[email protected]>2020-11-20 22:40:24 +0100
commit38e2ca5ea51b43a63fdb4d9021091d07e3a96dd4 (patch)
tree54fe034e9e318d83158a238d3984c365f96c6d2c /README.md
parentUse SIGKILL instead of SIGTERM to terminate NsJail (diff)
Document output truncation in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6765260..187d029 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,7 @@ result <- | |<----------| | <----------+
The code is executed in a Python process that is launched through [NsJail], which is responsible for sandboxing the Python process. See [`snekbox.cfg`] for the NsJail configuration.
+The output returned by snekbox is truncated at around 1 MB.
## HTTP REST API