diff options
| author | 2022-11-28 11:44:53 +0800 | |
|---|---|---|
| committer | 2022-11-28 11:44:53 +0800 | |
| commit | 2ba94312e60300b136b55781c8f8e3149e8bb0ad (patch) | |
| tree | 07e08c4bc55f10f06501e73e553d00ef73a28e55 | |
| parent | Rename `libmount` to `filesystem` (diff) | |
Update NSJail docstring
| -rw-r--r-- | snekbox/nsjail.py | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/snekbox/nsjail.py b/snekbox/nsjail.py index fcdd259..c4a2965 100644 --- a/snekbox/nsjail.py +++ b/snekbox/nsjail.py @@ -64,8 +64,8 @@ class NsJail:              max_output_size: Maximum size of the output in bytes.              read_chunk_size: Size of the read buffer in bytes.              memfs_instance_size: Size of the tmpfs instance in bytes. -            files_limit: Maximum number of files to parse for attachments. -            files_timeout: Maximum time in seconds to wait for files to be written / read. +            files_limit: Maximum number of output files to parse. +            files_timeout: Maximum time in seconds to wait for output files to be read.              files_pattern: Pattern to match files to attach.          """          self.nsjail_path = nsjail_path | 
