1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-11 22:26:26 +02:00

make limits really big

This commit is contained in:
Lunarmagpie 2023-03-10 06:07:40 -05:00
parent 3a21fb37e0
commit fee70b22c7

View file

@ -1,5 +1,10 @@
{
"language": "gleam",
"version": "0.27.0",
"aliases": ["gleam"]
"aliases": ["gleam"],
"limit_overrides": {
"max_open_files": 10000,
"output_max_size": 10000,
"max_process_count": 10000
}
}