feat: v0.1.9 add MAX_SCRIPT_LEN

This commit is contained in:
2022-08-06 16:31:43 +08:00
parent 71cef0d1a9
commit 93de208e17
4 changed files with 16 additions and 14 deletions

View File

@@ -15,6 +15,7 @@ Environment variables
| `HOME` | User home, default by OS system |
| `SKIP_CACHE` | Skip compiled cached file , turn on `true`, `yes`, `on` or `1` |
| `RUST_SCRIPT` | `rust_script` command line bin file |
| `MAX_SCRIPT_LEN` | Max script length |
<br>