mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
feat: initial proposal for multithreaded execution
This commit is contained in:
committed by
Joachim Van Herwegen
parent
32245fc604
commit
236bbc6e5d
@@ -102,6 +102,16 @@
|
||||
"type": "string",
|
||||
"describe": "Path to the file that will be used to seed pods."
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "YargsParameter",
|
||||
"name": "workers",
|
||||
"options": {
|
||||
"alias": "w",
|
||||
"requiresArg": true,
|
||||
"type": "number",
|
||||
"describe": "Run the server in multithreaded mode using workers. (special values: -1: num_cores-1, 0: num_cores). Defaults to 1 (singlethreaded)"
|
||||
}
|
||||
}
|
||||
],
|
||||
"options": {
|
||||
|
||||
Reference in New Issue
Block a user