api: config options
This commit is contained in:
parent
514006058b
commit
1f5d4b8eb1
|
@ -95,6 +95,18 @@ const options = [
|
||||||
desc: 'Maximum gid to use for runner',
|
desc: 'Maximum gid to use for runner',
|
||||||
default: 1500,
|
default: 1500,
|
||||||
validators: []
|
validators: []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 'enable_unshare',
|
||||||
|
desc: 'Enable using unshare to disable networking',
|
||||||
|
default: true,
|
||||||
|
validators: []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 'output_max_size',
|
||||||
|
desc: 'Max size of each stdio buffer',
|
||||||
|
default: 1024,
|
||||||
|
validators: []
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue