added some hcl client code

This commit is contained in:
2018-03-20 10:36:00 +00:00
parent 11dbde8380
commit f9cf5e6554
5 changed files with 1018 additions and 155 deletions

View File

@ -567,7 +567,7 @@ int main (int argc, char* argv[])
else if (hcl_compbcstr(opt.lngopt, "worker-stack-size") == 0)
{
worker_stack_size = strtoul(opt.arg, HCL_NULL, 0);
if (worker_stack_size <= MIN_WORKER_STACK_SIZE) actor_heap_size = MIN_WORKER_STACK_SIZE;
if (worker_stack_size <= MIN_WORKER_STACK_SIZE) worker_stack_size = MIN_WORKER_STACK_SIZE;
}
else if (hcl_compbcstr(opt.lngopt, "worker-idle-timeout") == 0)
{