This commit is contained in:
undefined 2020-03-31 16:42:08 +08:00 committed by GitHub
parent 71d5dbe7bc
commit cf2bd9c46c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ The default concurrency is `4`, Can be specified with `-parallism` flag.
The default file store is in memory, local cache can be specified with `-dir` flag.
The default log level is debut, use `-silent` to disable logs.
The default log level is debug, use `-silent` to disable logs.
### Container Root Filesystem
@ -273,4 +273,4 @@ Multiple (interaction problem):
- [ ] Investigate root-free running mechanism (no cgroup && not set uid / gid)
- [ ] Investigate RLimit settings (cpu, data, fsize, stack, noFile)
- [x] Add WebSocket for job submission