diff options
| author | 2020-02-05 12:12:43 -0800 | |
|---|---|---|
| committer | 2020-02-05 12:12:43 -0800 | |
| commit | 0274fa303ef94f96829a4588fd8ca0daeb462b3e (patch) | |
| tree | 76cba6e3b47d05a4382c7380b952589fcdd573fc | |
| parent | Increase time limit from 2 to 5 seconds (diff) | |
Update time limit in docstring
Co-Authored-By: Sebastiaan Zeeff <[email protected]>
| -rw-r--r-- | snekbox/nsjail.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/snekbox/nsjail.py b/snekbox/nsjail.py index df69e7a..b5586bb 100644 --- a/snekbox/nsjail.py +++ b/snekbox/nsjail.py @@ -35,7 +35,7 @@ class NsJail:      Default NsJail configuration (snekbox.cfg):      - All mounts are read-only -    - Time limit of 2 seconds +    - Time limit of 5 seconds      - Maximum of 1 PID      - Maximum memory of 52428800 bytes      - Loopback interface is down  |