Python: support for multiple targets.
This commit is contained in:
@@ -210,6 +210,12 @@ static nxt_conf_map_t nxt_python_app_conf[] = {
|
||||
offsetof(nxt_common_app_conf_t, u.python.threads),
|
||||
},
|
||||
|
||||
{
|
||||
nxt_string("targets"),
|
||||
NXT_CONF_MAP_PTR,
|
||||
offsetof(nxt_common_app_conf_t, u.python.targets),
|
||||
},
|
||||
|
||||
{
|
||||
nxt_string("thread_stack_size"),
|
||||
NXT_CONF_MAP_INT32,
|
||||
|
||||
Reference in New Issue
Block a user