mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 04:56:30 +02:00
timeout is wall-time for backward compatibility
This commit is contained in:
parent
1a1236dcbe
commit
2e00325163
8 changed files with 82 additions and 13 deletions
|
@ -178,7 +178,7 @@ default: {}
|
|||
```
|
||||
|
||||
Per-language overrides/exceptions for the each of `max_process_count`, `max_open_files`, `max_file_size`,
|
||||
`compile_memory_limit`, `run_memory_limit`, `compile_timeout`, `run_timeout`, `output_max_size`. Defined as follows:
|
||||
`compile_memory_limit`, `run_memory_limit`, `compile_timeout`, `run_timeout`, `compile_cpu_time`, `run_cpu_time`, `output_max_size`. Defined as follows:
|
||||
|
||||
```
|
||||
PISTON_LIMIT_OVERRIDES={"c++":{"max_process_count":128}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue